Search
Path.addEllipse Method
See Also
 





Adds an ellipse figure to the path.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function addEllipse (x, y, width, height)

 Parameters

x

Number. The x-coordinate of the center of the ellipse.

y

Number. The y-coordinate of the center of the ellipse.

width

Number. The width of the ellipse.

height

Number. The height of the ellipse.

 See Also