[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.IsVisible

IsVisible Method

IsVisible(PointF)

Indicates whether the specified point is contained within this GraphicsPath.

Declaration
public bool IsVisible(PointF point)
Parameters
Type Name Description
PointF point

A Point that represents the point to test.

Returns
Type Description
bool

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