GraphicsPath.AddLines
AddLines(PointF[])
Appends a series of connected line segments to the end of this GraphicsPath.
public void AddLines(PointF[] points)
Parameter | Type | Description |
---|---|---|
points | PointF[] | An array of PointF structures that represents the points that define the line segments to add. |
See Also
- struct PointF
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
AddLines(Point[])
Appends a series of connected line segments to the end of this GraphicsPath.
public void AddLines(Point[] points)
Parameter | Type | Description |
---|---|---|
points | Point[] | An array of Point structures that represents the points that define the line segments to add. |
See Also
- struct Point
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing