PathData.Points
PathData.Points property
Gets or sets an array of PointF structures that represents the points through which the path is constructed.
public PointF[] Points { get; set; }
Property Value
TAn array of PointF objects that represents the points through which the path is constructed.
See Also
- struct PointF
- class PathData
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing