DeviceFillPolygon Method (Double, Double, Int32)

Fills a poligone.

Namespace:  Aspose.Page
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public virtual void FillPolygon(
	double[] xPoints,
	double[] yPoints,
	int nPoints
)

Parameters

xPoints
Type: SystemDouble
X coordinates of points.
yPoints
Type: SystemDouble
Y coordinate of points.
nPoints
Type: SystemInt32
The number of points.
See Also