RanorexRanorex Documentation
Move Method (x, y)
NamespacesRanorexFormMove(Int32, Int32)
Moves the form to a new location.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Move(
	int x,
	int y
)
Public Overridable Sub Move ( _
	x As Integer, _
	y As Integer _
)
public:
virtual void Move(
	int x, 
	int y
)
Parameters
x (Int32)
The new x (left) position of the form.
y (Int32)
The new y (top) position of the form.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

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