Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void FillEllipse( Brush brush, float x, float y, float width, float height )
Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
A Brush that determines the characteristics of the fill.Type: System.Single
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.Type: System.Single
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.Type: System.Single
The width of the bounding rectangle that defines the ellipse.Type: System.Single
The height of the bounding rectangle that defines the ellipse.Ellipse is defined by its tightest bounding rectangle.
To draw an outlined ellipse, use the DrawEllipse(Pen, Single, Single, Single, Single) method.