geomerative
index
 
Name createRectangle ( )
Examples
None available
Description Use this method to create a new rectangle polygon.
Syntax
createRectangle(x, y, w, h);
createRectangle(w, h);
Parameters
x   float, the upper-left corner x coordinate
y   float, the upper-left corner y coordinate
w   float, the width
h   float, the height
Returns RPolygon, the circular polygon newly created
Usage Web & Application
Related