Drag メソッド (IMobileGestures)
クラス
IMobileGestures
.
処理
2 つの指定したポイント間でドラッグ操作を実行します。
構文
C#
iMobileGestures
.
Drag
(
start
,
end
)
VB
iMobileGestures
.
Drag
(
start
,
end
)
変数
説明
start
ドラッグ操作の開始ポイント。
Point
。
end
ドラッグ操作の終了ポイント。
Point
。