Window.setSize

Function/Meaning

[Windows *] Window size setting

Type
Windowclassmethod of
Syntax
setSize(width, height)
Arguments
width

Specifies the width of the window.

height

Specifies the vertical width of the window.

Return value
None (void)
Explanation

Specifies the size of the window.
When specifying the size of a window, it is more efficient to specify it all at once with this method rather than setting the Window.width and Window.height properties individually.

Reference
Window.width
Window.height
Window.setPos
Window.setInnerSize
Window.setMinSize
Window.setMaxSize