ScreenLabelPlacementEntry
Description
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 to passed to Graphics.PushDepth.
Offset
The sub-pixel offset that has been passed to ScreenLabelPlacement.Add.
During rendering, Offset will be passed to Graphics.Offset.