Fills a polygon.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub FillPolygon ( _ brush As Brush, _ points As Point(), _ fillMode As FillMode _ )
Type: Aurigma.GraphicsMill.Drawing.Brush
Brush object which is used to fill a polygon.Type: System.Drawing.Point []
Array of coordinates of the polygon vertices.Type: System.Drawing.Drawing2D.FillMode
FillMode value specifying fill mode used to fill the polygon (how to treat self-intersections).All the coordinates are measured in units specified with Unit property.
To outline the polygon, use DrawPolygon(Pen, Point[]) method.