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

In This Topic
    ConvertImage(Image) Method
    In This Topic
    Method unified between WinForms and WPF that converts a System.Drawing.Image or System.Windows.Media.ImageSource to a System.Drawing.Image.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ConvertImage( _
       ByVal image As Image _
    ) As Image
    public static Image ConvertImage( 
       Image image
    )

    Parameters

    image
    The image

    Return Value

    The converted System.Drawing.Image.
    See Also