WindowOverlayShape.ReferencePoint Property

Top 

Description

Determines which point on the shape lines up with the shape position. 0,0 is the upper-left and 1,1 is the lower-right.

 

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.

 

Attributes

Type:

Array of number (size = 2)

Access:

read/write

Default Value:

{ 0, 0 }

 

Syntax

myVariable1 = myWindowOverlayShape1.ReferencePoint[0];

 

myWindowOverlayShape1.ReferencePoint[0] = myVariable1;

 

See also

WindowOverlayShape Object