tsc_StakeoutLayer

The tsc_StakeoutLayer enumeration specifies where in the z-order to draw an image on the stakeout window.

Public members

tsc_StakeoutLayerBackground = 0,

Draws the image first, below all other graphics. Transparent areas will be drawn in the windows background colour.  Any other graphics on the window will obscure parts of the background image.

tsc_StakeoutLayerForeground = 10

Draws the image last, above all other graphics.  Any non-transparent area will obscure anything underneath it.