Concept Framework 2.2 documentation Contents | Index

Canvas.Circle

Name Type Access Version Deprecated
Circle function public version 1.0 no

Prototype:
public function Circle(x,y,r, filled=false);

Parameters:
x      the x coordinate of the center of the circle
y      the y coordinate of the center of the circle
r      the radius of the circle.
filled      if set to true, the circle will be filled

Description:
Draws a circle originating in (x,y) and having the r radius.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013 GMT(c)2013 Devronium Applications