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)
Syntaxpublic virtual void FillPolygon(
double[] xPoints,
double[] yPoints,
int nPoints
)
Public Overridable Sub FillPolygon (
xPoints As Double(),
yPoints As Double(),
nPoints As Integer
)
public:
virtual void FillPolygon(
array<double>^ xPoints,
array<double>^ yPoints,
int nPoints
)
abstract FillPolygon :
xPoints : float[] *
yPoints : float[] *
nPoints : int -> unit
override FillPolygon :
xPoints : float[] *
yPoints : float[] *
nPoints : int -> unit Parameters
- xPoints
- Type: SystemDouble
X coordinates of points. - yPoints
- Type: SystemDouble
Y coordinate of points. - nPoints
- Type: SystemInt32
The number of points.
See Also