Search
Graphics.drawEllipse Method
See Also
 






Draws an ellipse.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawEllipse (pen, rect)

 Parameters

pen

The pen to stroke the ellipse with.

rect

The rectangle describing the ellipse.

 See Also