iOSApp.FlickCoordinates(Single, Single, Single, Single) Method

Definition

Performs a quick continuous flick gesture between 2 points.

public void FlickCoordinates (float fromX, float fromY, float toX, float toY);
member this.FlickCoordinates : single * single * single * single -> unit
Public Sub FlickCoordinates (fromX As Single, fromY As Single, toX As Single, toY As Single)

Parameters

fromX
Single

The x coordinate to start from.

fromY
Single

The y coordinate to start from.

toX
Single

The x coordinate to end at.

toY
Single

The y coordinate to end at.

Applies to