Fills the interior of an ellipse defined by a bounding RectangleF.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void FillEllipse( Brush brush, RectangleF rectangle )
Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
A Brush that determines the characteristics of the fill.Type: System.Drawing.RectangleF
A RectangleF structure that defines the boundaries of the ellipse.Ellipse is defined by its tightest bounding rectangle.
To draw an outlined ellipse, use the DrawEllipse(Pen, RectangleF) method.