ASP.NET Pack Programmer's Guide
Ellipse Constructor
See Also
 





Initializes a new instance of the Ellipse class.

Namespace: MindFusion.Drawing
Package: Ellipse.js

 Syntax

JavaScript  Copy Code

function Ellipse (x, y, width, height)

 Parameters

x

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

y

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

width

The width of the Ellipse.

height

The height of the Ellipse.

 See Also

Ellipse Class
MindFusion.Drawing Namespace