ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / IsVisible Method
A Point that represents the point to test.

In This Topic
    IsVisible Method (GraphicsPath)
    In This Topic
    Indicates whether the specified point is contained within this GraphicsPath.
    Syntax
    'Declaration
     
    Public Function IsVisible( _
       ByVal point As PointF _
    ) As Boolean
    public bool IsVisible( 
       PointF point
    )

    Parameters

    point
    A Point that represents the point to test.

    Return Value

    This method returns true if the specified point is contained within this GraphicsPath; otherwise, false.
    See Also