SetLayout
This function moves and resizes a window.
Syntax
- SetLayout(number x,number y,number width,number height)
Parameters
- x: the X component of the screen position to move the window to.
- y: the Y component of the screen position to move the window to.
- width: the new width of the window.
- height: the new height of the window.