Eyeshot 10 WinForms API Reference
ConvertImage(Bitmap) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextUtility Class > ConvertImage Method : ConvertImage(Bitmap) Method
The image
Method unified between WinForms and WPF that converts a System.Drawing.Bitmap (WinForms) or System.Windows.Media.Imaging.BitmapImage (WPF) to a System.Drawing.Bitmap.
Syntax
'Declaration
 
Public Overloads Shared Function ConvertImage( _
   ByVal bitmapImage As Bitmap _
) As Bitmap
public static Bitmap ConvertImage( 
   Bitmap bitmapImage
)

Parameters

bitmapImage
The image

Return Value

The converted System.Drawing.Bitmap.
See Also

Reference

RenderContextUtility Class
RenderContextUtility Members
Overload List