Set the size and position of the experimental screen.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Sub SetSize ( _
	lLeft As Integer, _
	lWidth As Integer, _
	lTop As Integer, _
	lHeight As Integer _
)

Parameters

lLeft
Type: System..::..Int32
Left position
lWidth
Type: System..::..Int32
Width
lTop
Type: System..::..Int32
Top position
lHeight
Type: System..::..Int32
Height

Remarks