ImageToImageSourceConverterConvert Method

CVB.Net Documentation
Converts the given image value int an ImageSource.

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
Image to convert.
targetType
Type: SystemType
Ignored.
parameter
Type: SystemObject
Ignored.
culture
Type: System.GlobalizationCultureInfo
Ignored.

Return Value

Type: Object
ImageSource.

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)
See Also

Reference