iOSApp.TwoFingerTapCoordinates(Single, Single) Method

Definition

Performs a tap / touch gesture with 2 fingers on the given coordinates.

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

Parameters

x
Single

The x coordinate to touch.

y
Single

The y coordinate to touch.

Applies to