Search
IGraphicsPath.PathPoints Property
See Also
 





Gets the points in the path.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

List<Point> PathPoints { get; }

Visual Basic  Copy Code

ReadOnly Property PathPoints As List(Of Point)

 Property Value

 See Also