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