Search
IGraphicsPath.AddEllipse Method (Rectangle)
See Also
 






Adds an ellipse to the current path.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

void AddEllipse (
    Rectangle rect
)

Visual Basic  Copy Code

Sub AddEllipse( _
    rect As Rectangle _
)

 Parameters

rect

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

 See Also