Search
IGraphics.FillEllipse Method (Brush, Rect)
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillEllipse (
    Brush brush,
    Rect rect
)

Visual Basic  Copy Code

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

 Parameters

brush
A Brush object that specifies how to fill the ellipse.
rect
A Microsoft.Maui.Graphics.Rect that represents the bounding rectangle that defines the ellipse.

 See Also