|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| draw.ID.size(Width, Height) |
Parameters
| INT | Width, Height | New size of the bitmap |
Return value
No value is returned.
Description
This function reduce or increase the size of the specified image in memory.
It is not necessary to set the size of the picture before calling drawing functions as MioEngine will increase the size of the picture when necessary. |
MioScript Sample Code
window.main.size(100,100)
|
|
|
|