Draws a polygon.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: Aurigma.GraphicsMill.Drawing.Pen
Pen object which is used to outline a polygon.Type: System.Drawing.PointF []
Array of coordinates of the polygon vertices.All the coordinates are measured in units specified with Unit property.
To fill the polygon, use FillPolygon(Brush, PointF[], FillMode) method.