WindowOverlayShape.SetSize(Variable, Variable, Variable) Method

Top 

Description

Sets the size of the shape in the specified units. Default is reset by changing the Shape Type; default for Text is (0,0,0), default for other shapes is (0,1,1).

 

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.SetSize(

Variable units,


Variable width,


Variable height)

 

 

Arguments

units


Description:

Sets the units to either relative window size or pixels

Valid Values:

Value

Label

0

Relative

1

Pixels

 

 

 

width


Description:

width of Shape in specified units

 

 

height


Description:

height of Shape in specified units

 

 

 

Syntax

myWindowOverlayShape1.SetSize(myVariable1, myVariable2, myVariable3);

 

 

See also

WindowOverlayShape Object