ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / ToGdiplusRegion Method
A Region object that indicates the new gdi region.

In This Topic
    ToGdiplusRegion Method
    In This Topic
    Creates a new gdi+ System.Drawing.Region object from the gdi Region object.
    Syntax
    'Declaration
     
    
    Public Shared Function ToGdiplusRegion( _
       ByVal region As Region _
    ) As Region
    public static Region ToGdiplusRegion( 
       Region region
    )

    Parameters

    region
    A Region object that indicates the new gdi region.

    Return Value

    A System.Drawing.Region object that indicates the gdi+ region.
    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