Concept Framework 2.0 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: Fri Jan 21 18:06:16 2011 GMT(c)2011 RadGs Software