ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / Region Constructor / Region Constructor(Rectangle)
A System.Drawing.Rectangle structure that defines the interior of the new Region object.

In This Topic
    Region Constructor(Rectangle)
    In This Topic
    Initializes a new Region object from the specified System.Drawing.Rectangle structure.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rectangle As Rectangle _
    )
    public Region( 
       Rectangle rectangle
    )

    Parameters

    rectangle
    A System.Drawing.Rectangle structure that defines the interior of the new Region object.
    Remarks
    This method creates a new Region object with a rectangular interior. The interior is defined by the rectangle parameter.
    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