Initializes a new instance of the ImageTranslation class

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ImageTranslation(
	BitmapImage image
)
Visual Basic
Public Sub New ( _
	image As BitmapImage _
)
JScript
public function ImageTranslation(
	image : BitmapImage
)

Parameters

image
Type: System.Windows.Media.Imaging..::..BitmapImage
The Image visualized in the cell of the grid if the IFilter for this object is applied

Remarks

The BitmapImage is converted to ImageSource

See Also