geomerative
index
 
Name createEllipse ( )
Examples
None available
Description Use this method to create a new elliptical shape.
Syntax
createEllipse(x, y, rx, ry);
Parameters
x   float, the x position of the ellipse
y   float, the y position of the ellipse
rx   float, the horizontal radius of the ellipse
ry   float, the vertical radius of the ellipse
Returns RShape, the elliptical shape just created
Usage Web & Application
Related