|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| INT | Height | Optional. New height of the bitmap |
Return value
| Height of the bitmap (if called with no parameter) |
Description
| Set or returns the height of the specified bitmap. |
MioScript Sample Code
&myBitmap = loadImage(path.desktop("image.jpg"))
&image_height = draw.&myBitmap.height()
alert("The height of the image is "&image_height" pixels")
|
|
|
|