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