C# Class 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.
Inheritance: IMultiValueConverter
ファイルを表示 Open project: nickun/OCRonet

Public Methods

Method Description
Convert ( object values, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]

Private Methods

Method Description
CreateArrow ( double width, double height, bool isUp ) : System.Windows.Media.PointCollection

Method Details

Convert() public method

public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System
return object[]