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 System.Drawing.Drawing2D
- assembly Aspose.Drawing
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 System.Drawing.Drawing2D
- assembly Aspose.Drawing