C# Class Octgn.Play.Gui.CenterConverter

Inheritance: IMultiValueConverter
Show file Open project: octgn/OCTGN

Public Methods

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

Method Details

Convert() public method

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

ConvertBack() public method

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