OutputLayoutManager.GetScreenSize(Variable, Variable) Method

Top 

Description

Get the size of the screen on which the main FreeFlyer application is running in pixels.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

OutputLayoutManager.GetScreenSize(

Variable width,


Variable height)

 

 

Arguments

width


Description:

Main screen width.

Units:

pixel

Valid Range:

width ≥ 0

 

 

height


Description:

Main screen height.

Units:

pixel

Valid Range:

height ≥ 0

 

 

 

Syntax

OutputLayout.GetScreenSize(myVariable1, myVariable2);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide