PointData

EmfPlusFillClosedCurve.PointData property

Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline, the curve continues through the last point in the PointData array and connects with the first point in the array

public PointF[] PointData { get; set; }

See Also