This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.FillPolygon Method

Fills a polygon.

Overload List

Name Description
Public method FillPolygon(Brush, Point[])

Fills a polygon.

Public method FillPolygon(Brush, PointF[])

Fills a polygon.

Public method FillPolygon(Brush, Point[], FillMode)

Fills a polygon.

Public method FillPolygon(Brush, PointF[], FillMode)

Fills a polygon.

Remarks

Polyline can be treated as closed polyline, where last point is connected with the first one.

All the coordinates are measured in units specified with Unit property.

See Also

Reference