ASP.NET Pack Programmer's Guide
Path.addEllipse Method
See Also
 





Adds an ellipse figure to the path.

Namespace: MindFusion.Drawing
Package: Path.js

 Syntax

JavaScript  Copy Code

function addEllipse (x, y, width, height)

 Parameters

x

The x-coordinate of the center of the ellipse.

y

The y-coordinate of the center of the ellipse.

width

The width of the ellipse.

height

The height of the ellipse.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace