Move メソッド (SLWindow)
クラス
SLWindow
.
処理
ウィンドウを移動します。
構文
C#
window
.
Move
(
x
,
y
)
VB
window
.
Move
(
x
,
y
)
変数
説明
x
x 座標。
Double
。
y
y 座標。
Double
。