iOSApp.TapCoordinates(Single, Single) Method

Definition

Performs a tap / touch gesture on the given coordinates.

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

Parameters

x
Single

The x coordinate to tap.

y
Single

The y coordinate to tap.

Implements

Applies to