This method converts an image of type System.Drawing.Image to type System.Windows.Controls.Image.

[Visual Basic]Public Function ConvertImageToWpfImage(image As System.Drawing.Image image) As System.Windows.Controls.Image
[C#]public System.Windows.Controls.Image ConvertImageToWpfImage(System.Drawing.Image image);

Parameters

Image
    System.Drawing.Image type Image

Return Value

System.Windows.Controls.Image type Image

Explanation

The ConvertImageToWpfImage method converts an image of type System.Drawing.Image to type System.Windows.Controls.Image.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation