| Syntax |
|
| Documentation | Draws the ellipse that fits within the specified rectangle:
y, the y coordinate of the upper left point of the rectangle. width, the width of the rectangle. height, the height of the rectangle.
|
| Examples | |
$setDrawColor{red} $drawEllipse{150}{150}{75}{40} Result: in the image with a size of 300/300 pixels a red ellipse with a width radius of 75 pixels and a height radius of 40 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 | 4 |
| Maximum parameters | 4 |