FillPolygon

MetafileRecorderGraphics2D.FillPolygon method (1 of 2)

Fills the polygon.

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

See Also


MetafileRecorderGraphics2D.FillPolygon method (2 of 2)

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