Fills the interior of a number of ellipses defined by an array of RectangleF structures representing bounding boxes.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void FillEllipses( Brush brush, RectangleF[] rectangles )
Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
A Brush that determines the characteristics of the fill.Type: System.Drawing.RectangleF[]
An array of RectangleF structures that define the boundaries of the ellipses.Each ellipse is defined by its tightest bounding rectangle.
To draw outlined ellipses, use the DrawEllipses(Pen, RectangleF[]) method.