Touch(Int32,Int32) Method
Touches the device at the specified coordinates. (Android Only)

C# Syntax

void Touch( 
   int x,
   int y
)

Parameters

x
The x coordinate to touch.
y
The y coordinate to touch.