iOSApp.DoubleTapCoordinates(Single, Single) Method

Definition

Performs a quick double tap / touch gesture on the given coordinates.

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

Parameters

x
Single

The x coordinate to touch.

y
Single

The y coordinate to touch.

Implements

Applies to