| Concept Framework 2.2 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| Circle | function | public | version 1.0 | no |
| public function Circle(x,y,r, filled=false); |
| 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 |
| Draws a circle originating in (x,y) and having the r radius. |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013 GMT | (c)2013 Devronium Applications |