GraphicsPath.AddLines
GraphicsPath.AddLines method
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 Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page