ComponentOne CalendarView 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.
    See Also