RanorexRanorex Documentation
TouchStart Method (pointerId, location)
NamespacesRanorexAdapterTouchStart(Int32, Location)
Performs a touch start action on the adapter.
Declaration Syntax
C#Visual BasicVisual C++
public void TouchStart(
	int pointerId,
	Location location
)
Public Sub TouchStart ( _
	pointerId As Integer, _
	location As Location _
)
public:
void TouchStart(
	int pointerId, 
	Location^ location
)
Parameters
pointerId (Int32)
The pointer id to use.
location (Location)
The location to touch at.

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