Device.DrawPolygon

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

Zeichnet ein Polygon.

public virtual void DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
ParameterTypBeschreibung
xPointsInt32[]X-Koordinaten von Punkten.
yPointsInt32[]Y-Koordinate von Punkten.
nPointsInt32Die Anzahl der Punkte.

Siehe auch


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

Zeichnet ein Polygon.

public virtual void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
ParameterTypBeschreibung
xPointsDouble[]X-Koordinaten von Punkten.
yPointsDouble[]Y-Koordinate von Punkten.
nPointsInt32Die Anzahl der Punkte.

Siehe auch