Charting for WinForms Programmer's Guide
IGraphics.FillEllipse Method (Brush, Single, Single, Single, Single)
See Also
 






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.Common

 Syntax

C#  Copy Code

void FillEllipse (
    Brush brush,
    float x,
    float y,
    float width,
    float height
)

Visual Basic  Copy Code

Sub FillEllipse( _
    brush As Brush, _
    x As Single, _
    y As Single, _
    width As Single, _
    height As Single _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
x
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
y
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
width
The width of the bounding rectangle that defines the ellipse.
height
The height of the bounding rectangle that defines the ellipse.

 See Also

FillEllipse Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace