RanorexRanorex Documentation
Touch Method (x, y)
NamespacesRanorexAdapterTouch(Double, Double)
Performs a touch action on the adapter with the specified location.
Declaration Syntax
C#Visual BasicVisual C++
public void Touch(
	double x,
	double y
)
Public Sub Touch ( _
	x As Double, _
	y As Double _
)
public:
void Touch(
	double x, 
	double y
)
Parameters
x (Double)
X-Coordinate to click within the element rectangle as percentage (1.0 = 100%). If the value is greater than 1.0 the touch will be performed outside the element.
y (Double)
Y-Coordinate to click within the element rectangle as percentage (1.0 = 100%). If the value is greater than 1.0 the touch will be performed the element.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)