RanorexRanorex Documentation
Resize Method (width, height)
NamespacesRanorexFormResize(Int32, Int32)
Sets the size of the form.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Resize(
	int width,
	int height
)
Public Overridable Sub Resize ( _
	width As Integer, _
	height As Integer _
)
public:
virtual void Resize(
	int width, 
	int height
)
Parameters
width (Int32)
The new width of the form.
height (Int32)
The new height 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)