ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / ToGdiplusGraphics Method
A Graphics indicates the gdi graphics.

In This Topic
    ToGdiplusGraphics Method
    In This Topic
    Creates a new gdi+ graphics from a gdi graphics.
    Syntax
    'Declaration
     
    
    Public Shared Function ToGdiplusGraphics( _
       ByVal graphics As Graphics _
    ) As Graphics
    public static Graphics ToGdiplusGraphics( 
       Graphics graphics
    )

    Parameters

    graphics
    A Graphics indicates the gdi graphics.

    Return Value

    Returns a System.Drawing.Graphics that indicates the gdi+ graphics.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also