Window.setSize

機能/意味
Setting the window size
タイプ
Windowクラスのメソッド
構文
setSize(width, height)
引数
width  Specify the width of the window.
height  Specifies the height of the window.
戻り値
なし (void)
説明
 Specify the size of the window.
 It is more efficient to use this method to specify the size of the window than to set the Window.width and Window.height properties individually.
参照
Window.width
Window.height
Window.setPos
Window.setInnerSize
Window.setMinSize
Window.setMaxSize