Device.DrawPolygon

DrawPolygon(int[], int[], int)

Draws a polygon.

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

See Also


DrawPolygon(double[], double[], int)

Draws a poligone.

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

See Also