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

GdiGraphics.DrawPolygon Method

Draws a polygon.

Overload List

Name Description
Public method DrawPolygon(Pen, Point[])

Draws a polygon.

Public method DrawPolygon(Pen, PointF[])

Draws 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