Converts a Image into an ImageSource.
More...
|
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
| Converts the given image value int an ImageSource.
|
|
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
| Not implemented.
|
|
Converts a Image into an ImageSource.
◆ Convert()
object Convert |
( |
object | value, |
|
|
Type | targetType, |
|
|
object | parameter, |
|
|
System.Globalization.CultureInfo | culture ) |
Converts the given image value int an ImageSource.
- Parameters
-
value | Image to convert. |
targetType | Ignored. |
parameter | Ignored. |
culture | Ignored. |
- Returns
- ImageSource.
◆ ConvertBack()
object ConvertBack |
( |
object | value, |
|
|
Type | targetType, |
|
|
object | parameter, |
|
|
System.Globalization.CultureInfo | culture ) |
Not implemented.
- Parameters
-
value | ImageSource. |
targetType | Ignored. |
parameter | Ignored. |
culture | Ignored. |
- Returns
- Nothing.