DXRuby 1.4.6 Reference Manual
INDEX > Window > y=

Window.y=(pos)

Description

ウィンドウの表示位置のY座標を変更します。
Window.loop、Window.createメソッドを呼び出す前のみ可能です。
表示位置設定を行わずにWindow.loop、Window.createメソッドを呼び出した場合、OSデフォルト位置に設定します。

Parameters

pos Integer
ウィンドウのY座標。

See Also