WindowOverlay.SetRenderingOrder(Array) Method

Top 

Description

Sets the order to render the shapes from front to back. The array must contain the indices of each Shape only once.

 

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

WindowOverlay.SetRenderingOrder(

Array indices)

 

 

Arguments

indices


Description:

An array containing the index of every element from the Shapes array exactly one time.

Required Size:

At least 0

 

 

 

Syntax

myWindowOverlay1.SetRenderingOrder(myArray1);

 

 

See also

WindowOverlay Object

WindowOverlay Guide