Description
Get the size of the of the specified window.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
windowId
|
|
Description:
|
Window ID.
|
Valid Range:
|
windowId ≥ 1
|
mode
|
|
Description:
|
The window sizing mode.
|
Valid Values:
|
Value
|
Label
|
0
|
Width will be specified in pixels
|
1
|
Width will be specified as a fraction of the Workspace or occupied screen width, from 0 to 1.
|
|
width
|
|
Description:
|
Window width.
|
Valid Range:
|
width ≥ 0
|
mode
|
|
Description:
|
The window sizing mode.
|
Valid Values:
|
Value
|
Label
|
0
|
Height will be specified in pixels
|
1
|
Height will be specified as a fraction of the Workspace or occupied screen height, from 0 to 1.
|
|
height
|
|
Description:
|
Window height.
|
Valid Range:
|
height ≥ 0
|
Syntax
OutputLayout.GetWindowSize(myVariable1, myVariable2, myVariable3, myVariable4, myVariable5);
|
See also
OutputLayoutManager Object
Output Layout Control Guide
|