IApp.DoubleTapCoordinates(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 double tap / touch gesture on the given coordinates.
public void DoubleTapCoordinates (float x, float y);
abstract member 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.