RanorexRanorex Documentation
TouchEnd Method (location, moveTime)
NamespacesRanorexAdapterTouchEnd(Location, Duration)
Finishes a multi touch operation on the adapter.
Declaration Syntax
C#Visual BasicVisual C++
public void TouchEnd(
	Location location,
	Duration moveTime
)
Public Sub TouchEnd ( _
	location As Location, _
	moveTime As Duration _
)
public:
void TouchEnd(
	Location^ location, 
	Duration^ moveTime
)
Parameters
location (Location)
The location to touch at.
moveTime (Duration)
The time it takes to move the cursor to the target point.
See Also

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