IGraphicsServiceScreens Property |
Namespace: DigitalRune.Graphics
This GraphicsScreenCollection manages the graphics screens to be rendered. Graphics screens are rendered back (index 0) to front (index Count - 1).
The graphics service only renders fully or partially visible screens. The property Coverage of a GraphicsScreen indicates whether its content covers the entire screen and occludes screens with lower index, or whether it is partially transparent. The graphics service reads the Coverage property to determine which screens need to be rendered.