Search
Ellipse Constructor
See Also
 





Initializes a new instance of the Ellipse class.

Namespace: MindFusion.Drawing
File: Ellipse.js

 Syntax

JavaScript  Copy Code

function Ellipse (x, y, width, height)

 Parameters

x

Number. The X-coordinate of the top left corner of the Ellipse.

y

Number. The Y-coordinate of the top left corner of the Ellipse.

width

Number. The width of the Ellipse.

height

Number. The height of the Ellipse.

 See Also