Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextUtility Class / ConvertImage Method / ConvertImage(Bitmap) Method
The image

In This Topic
    ConvertImage(Bitmap) Method
    In This Topic
    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