WWMoveWindow() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Moves and resizes an opened InTouch window to a specified position and specified size. The new position and new size apply temporarily while the specified window is open.
Syntax
WWMoveWindow (windowname, xpos, ypos, xsize, ysize)
Parameters
windowname
The name of the window to be opened or moved.
xpos
The horizontal position in pixels that the window left edge is to be moved to. A literal value, analog tagname, or numeric expression.
ypos
The vertical position in pixels that the window top edge is to be moved to. A literal value, analog tagname, or numeric expression.
xsize
The horizontal size in pixels for the specified window. A literal value, analog tagname, or numeric expression.
ysize
The vertical size in pixels for the specified window. A literal value, analog tagname, or numeric expression.