Search
IGraphics.DrawEllipse Method (Pen, Rect)
See Also
 





Draws an ellipse defined by a bounding rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawEllipse (
    Pen pen,
    Rect rect
)

Visual Basic  Copy Code

Sub DrawEllipse( _
    pen As Pen, _
    rect As Rect _
)

 Parameters

pen
A Pen object that determines the color, width, and style of the ellipse.
rect
A Microsoft.Maui.Graphics.Rect that defines the boundaries of the ellipse.

 See Also