Method FromSystemDrawingImage
FromSystemDrawingImage(Image)
Converts given System.Drawing.Image to the BitmapImage object.
public static BitmapImage FromSystemDrawingImage(Image source)
Parameters
source
ImageSource image.
Returns
- BitmapImage
The System.Windows.Media.Imaging.BitmapImage represents source image.