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