CVB.Net 14.0
ImageToImageSourceConverter Class Reference

Converts a Stemmer.Cvb.Image into an System.Windows.Media.ImageSource. More...

Inherits IValueConverter.

Public Member Functions

object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Converts the given image value int an System.Windows.Media.ImageSource. More...
 
object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Not implemented. More...
 

Detailed Description

Converts a Stemmer.Cvb.Image into an System.Windows.Media.ImageSource.

Member Function Documentation

◆ Convert()

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

Converts the given image value int an System.Windows.Media.ImageSource.

Parameters
valueStemmer.Cvb.Image to convert.
targetTypeIgnored.
parameterIgnored.
cultureIgnored.
Returns
System.Windows.Media.ImageSource.

◆ ConvertBack()

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

Not implemented.

Parameters
valueSystem.Windows.Media.ImageSource.
targetTypeIgnored.
parameterIgnored.
cultureIgnored.
Returns
Nothing.