WindowOverlay.RemoveShape(Variable) Method

Top 

Description

Removes the shape identified by the provided index variable from the Shapes array of the WindowOverlay.

 

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

WindowOverlay.RemoveShape(

Variable index)

 

 

Arguments

index


Description:

The index of the shape to be removed from the Shapes array of the WindowOverlay.

Valid Range:

index ≥ 0

 

 

 

Syntax

myWindowOverlay1.RemoveShape(myVariable1);

 

 

See also

WindowOverlay Object

WindowOverlay Guide