ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / Region Constructor / Region Constructor(RegionData)
A data package save the data of a Region object.

In This Topic
    Region Constructor(RegionData)
    In This Topic
    Initializes a new Region object from the RegionData object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal data As RegionData _
    )
    public Region( 
       RegionData data
    )

    Parameters

    data
    A data package save the data of a Region object.

    Return Value

    A newly created Windows region handle.
    See Also