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






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillEllipse (
    Brush brush,
    Rectangle rect
)

Visual Basic  Copy Code

Public Overridable Sub FillEllipse( _
    brush As Brush, _
    rect As Rectangle _
)

 Parameters

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

 See Also

FillEllipse Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace