C# Класс DynamicVizSegmenter.CustomControls.ArrowCreater

Returns the point collection for the polygon that is the arrow pointing either up or down in the center of the up and down buttons.
Наследование: IMultiValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object values, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]

Приватные методы

Метод Описание
CreateArrow ( double width, double height, bool isUp ) : System.Windows.Media.PointCollection

Описание методов

Convert() публичный Метод

public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object
targetType System.Type
parameter object
culture System
Результат object

ConvertBack() публичный Метод

public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System
Результат object[]