Fills a polygon.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: Aurigma.GraphicsMill.Drawing.Brush
Brush object which is used to fill a polygon.Type: System.Drawing.PointF []
Array of coordinates of the polygon vertices.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.
To outline the polygon, use DrawPolygon(Pen, PointF[]) method.
By default it uses Alternate fill mode.