ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / GetBounds Method

In This Topic
    GetBounds Method
    In This Topic
    Gets a System.Drawing.Rectangle structure that represents a rectangle that bounds this Region object.
    Syntax
    'Declaration
     
    
    Public Function GetBounds() As Rectangle
    public Rectangle GetBounds()

    Return Value

    A System.Drawing.Rectangle structure that represents the bounding rectangle for this Region object.
    See Also