ScreenLabelPlacementEntry
Description
- Derived from
Represents an entry for a IScreenLabel in a ScreenLabelPlacement object.
Public / Attributes
Bounds
The screen bounds that have been passed to ScreenLabelPlacement.Add.
During rendering, Bounds will be passed to IScreenLabel.RenderScreenLabel.
Depth
The depth value that has been passed to ScreenLabelPlacement.Add.
During rendering, Depth will be passed to Graphics.PushDepth.
Group
The display group of this screen label or null for none.
In each view, only one screen label of each group can be visible. Screen labels with different priorities are put into different groups.
Offset
The sub-pixel offset that has been passed to ScreenLabelPlacement.Add.
During rendering, Offset will be passed to Graphics.Offset.