PointData

EmfPlusDrawLines.PointData property

Gets or sets the point data An array of Count points that specify the starting and ending points of the lines to be drawn.

public PointF[] PointData { get; set; }

See Also