C# Class KinectWithVRServer.BoolToPressConverter

Inheritance: IValueConverter
Mostrar archivo Open project: vancegroup/KVR

Public Methods

Method Description
Convert ( object value, Type tagertType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type tagetType, object parameter, CultureInfo culture ) : object

Method Details

Convert() public method

public Convert ( object value, Type tagertType, object parameter, CultureInfo culture ) : object
value object
tagertType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, Type tagetType, object parameter, CultureInfo culture ) : object
value object
tagetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object