GraphicsPath.AddPolygon
AddPolygon(PointF[])
Adds a polygon to this path.
public void AddPolygon(PointF[] points)
Parameter | Type | Description |
---|---|---|
points | PointF[] | An array of PointF structures that defines the polygon to add. |
See Also
- struct PointF
- class GraphicsPath
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common
AddPolygon(Point[])
Adds a polygon to this path.
public void AddPolygon(Point[] points)
Parameter | Type | Description |
---|---|---|
points | Point[] | An array of Point structures that defines the polygon to add. |
See Also
- struct Point
- class GraphicsPath
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common