|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| draw.mx.deform(TopLeft, TopRight, BottomLeft, BottomRight) |
Parameters
| INT | TopLeft, TopRight | Horizontal position of the top corners of the image in the target bitmap.
| | INT | BottomLeft, BottomRight | Horizontal position of the bottom corners of the image in the target bitmap. |
Return value
No value is returned.
Description
This function make it possible to deform the image at the next call of the function draw.ID.copyFrom.ID.
|
|
|
|