CVB.Net 15.0
Loading...
Searching...
No Matches
ImageToImageSourceConverter Class Reference

Converts a Image into an ImageSource. More...

Public Member Functions

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.
 

Detailed Description

Converts a Image into an ImageSource.

Member Function Documentation

◆ Convert()

object Convert ( object value,
Type targetType,
object parameter,
System.Globalization.CultureInfo culture )

Converts the given image value int an ImageSource.

Parameters
valueImage to convert.
targetTypeIgnored.
parameterIgnored.
cultureIgnored.
Returns
ImageSource.

◆ ConvertBack()

object ConvertBack ( object value,
Type targetType,
object parameter,
System.Globalization.CultureInfo culture )

Not implemented.

Parameters
valueImageSource.
targetTypeIgnored.
parameterIgnored.
cultureIgnored.
Returns
Nothing.