Window.setInnerSize

機能/意味
Setting client size
タイプ
Windowクラスのメソッド
構文
setInnerSize(width, height)
引数
width  Specify the width of the client.
height  Specify the height of the client.
戻り値
なし (void)
説明
 Specify the client size of the window.
 The client is the area in the window where the layer can be displayed.
 Setting this size changes the size of the window accordingly.
 It is more efficient to use this method to specify the size of the client than to set the Window.innerWidth and Window.innerHeight properties individually.
参照
Window.innerWidth
Window.innerHeight