ComponentOne MultiSelect 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.
    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