Device.FillPolygon

FillPolygon(int[], int[], int)

Fills a poligone.

public virtual void FillPolygon(int[] xPoints, int[] yPoints, int nPoints)
ParameterTypeDescription
xPointsInt32[]X coordinates of points.
yPointsInt32[]Y coordinate of points.
nPointsInt32The number of points.

See Also


FillPolygon(double[], double[], int)

Fills a poligone.

public virtual void FillPolygon(double[] xPoints, double[] yPoints, int nPoints)
ParameterTypeDescription
xPointsDouble[]X coordinates of points.
yPointsDouble[]Y coordinate of points.
nPointsInt32The number of points.

See Also