ActiveReports 12
IsVisible Method (PathEx)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering Namespace > PathEx Class : IsVisible Method
A GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx that represents the point to test.
Indicated whether the specifies System.Drawing.PointF is contained withing this path.
Syntax
'Declaration
 
Public Function IsVisible( _
   ByVal point As PointFEx _
) As Boolean
public bool IsVisible( 
   PointFEx point
)

Parameters

point
A GrapeCity.ActiveReports.Extensibility.Drawing.PointFEx that represents the point to test.
See Also

Reference

PathEx Class
PathEx Members