geomerative
index
 
Name createRectangle ( )
Examples
None available
Description Use this method to create a new circle shape.
Syntax
createRectangle(x, y, w, h);
Parameters
x   float, the x position of the rectangle
y   float, the y position of the rectangle
w   float, the width of the rectangle
h   float, the height of the rectangle
Returns RShape, the rectangular shape just created
Usage Web & Application
Related