iOSApp.TwoFingerTapCoordinates(Single, Single) メソッド

定義

指定した座標に対して 2 本の指でタップ/タッチ ジェスチャを実行します。

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

パラメーター

x
Single

タッチする x 座標。

y
Single

タッチする y 座標。

適用対象