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