Initializes a new instance of the Ellipse class.
Namespace: MindFusion.Drawing
Package: Ellipse.js
JavaScript Copy Code |
---|
function Ellipse (x, y, width, height) |
The X-coordinate of the top left corner of the Ellipse.
The Y-coordinate of the top left corner of the Ellipse.
The width of the Ellipse.
The height of the Ellipse.