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