Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void FillEllipse ( |
Visual Basic Copy Code |
---|
Sub FillEllipse( _ |
A Brush object that determines the characteristics of the fill.
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The width of the bounding rectangle that defines the ellipse.
The height of the bounding rectangle that defines the ellipse.