Method | Description | |
---|---|---|
Convert ( object value, |
Converts a value.
|
|
ConvertBack ( object value, |
Converts a value.
|
Method | Description | |
---|---|---|
CreateFreezableBitmapImage ( string fileName, int pixelHeight ) : |
public Convert ( object value, |
||
value | object | The value produced by the binding source. |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
public ConvertBack ( object value, |
||
value | object | The value that is produced by the binding target. |
targetType | The type to convert to. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |