ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / IsVisible Method / IsVisible(Rectangle) Method
The System.Drawing.Rectangle structure to test.

In This Topic
    IsVisible(Rectangle) Method
    In This Topic
    Tests whether any portion of the specified System.Drawing.Rectangle structure is contained within this Region object.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsVisible( _
       ByVal rectangle As Rectangle _
    ) As Boolean
    public bool IsVisible( 
       Rectangle rectangle
    )

    Parameters

    rectangle
    The System.Drawing.Rectangle structure to test.

    Return Value

    This method returns true when any portion of rectangle is contained within this Region object; otherwise, false.
    See Also