Gets the points in the path.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
List<Point> PathPoints { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property PathPoints As List(Of Point) |
A list of Point objects.
See Also