geomerative
index
 
Name createCircle ( )
Examples
None available
Description Use this method to create a new circle shape.
Syntax
createCircle(x, y, radius);
Parameters
radius   float, the radius of the circle
Returns RPolygon, the circular polygon newly created
Usage Web & Application
Related