Search
IGraphicsPath.AddEllipse Method (Rect)
See Also
 





Adds an ellipse to the current path.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddEllipse (
    Rect rect
)

Visual Basic  Copy Code

Sub AddEllipse( _
    rect As Rect _
)

 Parameters

rect

A Rectangle that represents the bounding rectangle that defines the ellipse.

 See Also