| Syntax |
|
| Documentation | Draws a circle with the specified center and radius:
radius, the radius of the circle to be drawn.
|
| Examples | |
$setDrawColor{red} $drawCircle{150}{150}{75} Result: in the image with a size of 300/300 pixels a red circle with the radius 75 pixels at the point x=150 / y=150 appears |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 3 |
| Maximum parameters | 3 |