ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / PathPoints Property

In This Topic
PathPoints Property (GraphicsPath)
In This Topic
Gets the points in the path.
Syntax
'Declaration
 
Public ReadOnly Property PathPoints As PointF()
 

Property Value

An array of PointF objects that represent the path.
See Also