Device.FillPolygon
FillPolygon(int[], int[], int)
Fills a poligone.
public virtual void FillPolygon(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 Device
- namespace Aspose.Page
- assembly Aspose.Page
FillPolygon(double[], double[], int)
Fills a poligone.
public virtual void FillPolygon(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 Device
- namespace Aspose.Page
- assembly Aspose.Page