IApp.DoubleTapCoordinates(Single, Single) 方法

定义

对给定坐标执行快速双击/触摸手势。

public void DoubleTapCoordinates (float x, float y);
abstract member DoubleTapCoordinates : single * single -> unit
Public Sub DoubleTapCoordinates (x As Single, y As Single)

参数

x
Single

要触摸的 x 坐标。

y
Single

触摸的 y 坐标。

适用于