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






Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillEllipse (
    Brush brush,
    RectangleF rect
)

Visual Basic  Copy Code

Sub FillEllipse( _
    brush As Brush, _
    rect As RectangleF _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
rect
A .NET RectangleF structure that represents the bounding rectangle that defines the ellipse.

 See Also

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