Device.DrawPolygon

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

Tekent een polygoon.

public virtual void DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
ParameterTypeBeschrijving
xPointsInt32[]X-coördinaten van punten.
yPointsInt32[]Y-coördinaat van punten.
nPointsInt32Het aantal punten.

Zie ook


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

Tekent een poligone.

public virtual void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
ParameterTypeBeschrijving
xPointsDouble[]X-coördinaten van punten.
yPointsDouble[]Y-coördinaat van punten.
nPointsInt32Het aantal punten.

Zie ook