Window.setPos

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