OutputLayoutManager.GetWindowPosition(Variable, Variable, Variable, Variable, Variable) Method

Top 

Description

Get the position of the of the specified window.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

OutputLayoutManager.GetWindowPosition(

Variable windowId,


Variable mode,


Variable X,


Variable mode,


Variable Y)

 

 

Arguments

windowId


Description:

Window ID.

Valid Range:

windowId ≥ 1

 

 

mode


Description:

The window positioning mode.

Valid Values:

Value

Label

0

Absolute positioning in pixels.

1

Proportional positioning as a fraction of the Workspace or occupied screen width, from 0 to 1.

 

 

 

X


Description:

Window X position.

Valid Range:

X ≥ 0

 

 

mode


Description:

The window positioning mode.

Valid Values:

Value

Label

0

Absolute positioning in pixels.

1

Proportional positioning as a fraction of the Workspace or occupied screen height, from 0 to 1.

 

 

 

Y


Description:

Window Y position.

Valid Range:

Y ≥ 0

 

 

 

Syntax

OutputLayout.GetWindowPosition(myVariable1, myVariable2, myVariable3, myVariable4, myVariable5);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide