Device.FillPolygon

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

Füllt ein Polygon.

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

Siehe auch


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

Füllt ein Polygon.

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

Siehe auch