MetafileRecorderGraphics2D.FillPolygon

FillPolygon(Brush, Point[])

Fills the polygon.

public void FillPolygon(Brush brush, Point[] points)
ParameterTypeDescription
brushBrushBrush that determines the characteristics of the fill.
pointsPoint[]The points.

See Also


FillPolygon(Brush, Point[], FillMode)

Fills the polygon.

public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
ParameterTypeDescription
brushBrushBrush that determines the characteristics of the fill.
pointsPoint[]The points.
fillModeFillModeThe fill mode.

See Also