Search
GdiGraphics.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
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillEllipse (
    Brush brush,
    RectangleF rect
)

Visual Basic  Copy Code

Public Overridable 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