FillPolygon

FillPolygon(Brush, Point[])

Füllt das Polygon.

public void FillPolygon(Brush brush, Point[] points)
ParameterTypBeschreibung
brushBrushPinsel, der die Eigenschaften der Füllung bestimmt.
pointsPoint[]Die Punkte.

Siehe auch


FillPolygon(Brush, Point[], FillMode)

Füllt das Polygon.

public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
ParameterTypBeschreibung
brushBrushPinsel, der die Eigenschaften der Füllung bestimmt.
pointsPoint[]Die Punkte.
fillModeFillModeDer Füllmodus.

Siehe auch