WindowOverlayShape.SetOrigin(Variable, Variable, Variable) Method

Top 

Description

Sets the origin using the specified units to the specified location on the view plane with 0,0 as the upper-left and 1,1 as the lower-right.

 

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.

 

Method Signature

WindowOverlayShape.SetOrigin(

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.SetOrigin(myVariable1, myVariable2, myVariable3);

 

 

See also

WindowOverlayShape Object

WindowOverlayShape.SetOrigin