次の方法で共有


IApp.DragCoordinates(Single, Single, Single, Single) メソッド

定義

2 ポイント間の連続ドラッグ ジェスチャを実行します。

public void DragCoordinates (float fromX, float fromY, float toX, float toY);
abstract member DragCoordinates : single * single * single * single -> unit
Public Sub DragCoordinates (fromX As Single, fromY As Single, toX As Single, toY As Single)

パラメーター

fromX
Single

ドラッグを開始する x 座標。

fromY
Single

ドラッグを開始する y 座標。

toX
Single

ドラッグする x 座標。

toY
Single

ドラッグする y 座標。

適用対象