PathPoints Property (GraphicsPath)
In This Topic
Gets the points in the path.
Syntax
'Declaration
Public ReadOnly Property PathPoints As PointF()
public PointF[] PathPoints {get;}
Property Value
An array of PointF objects that represent the path.
See Also