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