[]
Appends a series of connected line segments to the end of this GraphicsPath.
public void AddLines(PointF[] points)
Type | Name | Description |
---|---|---|
PointF[] | points | An array of PointF structures that represents the points that define the line segments to add. |