| Syntax |
|
| Documentation | Function $drawGetImageHeight give back the height of the image you have created with $createImage
|
| Examples | |
Create an image with a size of (200, 200) as a black rectangle and give back the height of the image:
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} $drawGetImageHeight{} |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 0 |