RanorexRanorex Documentation
Touch Method (x, y)
NamespacesRanorexAdapterTouch(Int32, Int32)
Performs a touch action on the adapter with the specified location.
Declaration Syntax
C#Visual BasicVisual C++
public void Touch(
	int x,
	int y
)
Public Sub Touch ( _
	x As Integer, _
	y As Integer _
)
public:
void Touch(
	int x, 
	int y
)
Parameters
x (Int32)
X-Coordinate to touch within the element rectangle in pixels. If the value is greater than the width of the element the click will be performed outside the element.
y (Int32)
Y-Coordinate to touch within the element rectangle in pixels. If the value is greater than the height of the element the click will be performed outside the element.

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