RanorexRanorex Documentation
MoveTo Method (x, y, pixelsPerSecond)
NamespacesRanorexMouseMoveTo(Int32, Int32, Double)
Moves the mouse to the specified point.
Declaration Syntax
C#Visual BasicVisual C++
public static void MoveTo(
	int x,
	int y,
	double pixelsPerSecond
)
Public Shared Sub MoveTo ( _
	x As Integer, _
	y As Integer, _
	pixelsPerSecond As Double _
)
public:
static void MoveTo(
	int x, 
	int y, 
	double pixelsPerSecond
)
Parameters
x (Int32)
The x screen coordinate (pixels) of the point to move to.
y (Int32)
The y screen coordinate (pixels) of the point to move to.
pixelsPerSecond (Double)
Specifies the mouse speed in pixels moved per second.

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