WindowOverlayLinesOptions.PositionsUnits Property

Top 

Description

Determines if the Positions matrix is in units of relative window size or in units of pixels.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( ScreenRelative )

Valid Values:

Value

Label

0

ScreenRelative

1

ScreenPixels

 

Syntax

myVariable1 = myWindowOverlayLinesOptions1.PositionsUnits;

 

myWindowOverlayLinesOptions1.PositionsUnits = myVariable1;

 

See also

WindowOverlayLinesOptions Object