resize(width, height)
Adjusts of all the Frame properties based on the given width and height values.
Parameters
Name | Type | Description |
---|---|---|
width | integer | The new width of the Frame. |
height | integer | The new height of the Frame. |
- Source code: animation/Frame.js (Line 132)
Please login to continue.