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

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

    Parameters

    point
    The System.Drawing.Point structure to test.

    Return Value

    This method returns true when point is contained within this Region object; otherwise, false.
    See Also