Adds an ellipse figure to the path.
Namespace: MindFusion.Drawing
File: Path.js
JavaScript Copy Code |
---|
function addEllipse (x, y, width, height) |
Number. The x-coordinate of the center of the ellipse.
Number. The y-coordinate of the center of the ellipse.
Number. The width of the ellipse.
Number. The height of the ellipse.