iOSApp.FlickCoordinates(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.