WindowOverlayShape.SetPosition(Variable, Variable, Variable) Method

Top 

Description

Sets the position of the shape with respect to the origin with the specified units.

 

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

WindowOverlayShape.SetPosition(

Variable units,


Variable x,


Variable y)

 

 

Arguments

units


Description:

Sets the units to either relative window size or pixels

Valid Values:

Value

Label

0

Relative

1

Pixels

 

 

 

x


Description:

Horizontal position, from left to right of view plane

 

 

y


Description:

Vertical position, from top to bottom of view plane

 

 

 

Syntax

myWindowOverlayShape1.SetPosition(myVariable1, myVariable2, myVariable3);

 

 

See also

WindowOverlayShape Object