Gesture.DoubleTap Method (Point)

Perform a double tap gesture.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Shared Sub DoubleTap ( _
    screenCoordinates As Point _
)
public static void DoubleTap(
    Point screenCoordinates
)
public:
static void DoubleTap(
    Point screenCoordinates
)
static member DoubleTap : 
        screenCoordinates:Point -> unit
public static function DoubleTap(
    screenCoordinates : Point
)

Parameters

  • screenCoordinates
    Type: Point

    The coordinates on the screen where the double tap gesture is to be performed.

Remarks

Playback of a double tap gesture depends on screen resolution. If the resolution changes, the parameters may have to be changed.

.NET Framework Security

See Also

Reference

Gesture Class

DoubleTap Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace