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 坐标。

适用于