PsDocument.DrawPolygon
DrawPolygon(int[], int[], int)
Draws a polygon.
public void DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
Parameter | Type | Description |
---|---|---|
xPoints | Int32[] | X coordinates of points. |
yPoints | Int32[] | Y coordinate of points. |
nPoints | Int32 | The number of points. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
DrawPolygon(double[], double[], int)
Draws a poligone.
public void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
Parameter | Type | Description |
---|---|---|
xPoints | Double[] | X coordinates of points. |
yPoints | Double[] | Y coordinate of points. |
nPoints | Int32 | The number of points. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page