Click or drag to resize
DigitalRuneIUIRendererSpriteBatch Property
Gets the sprite batch that is used to draw all images for the UI controls.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
SpriteBatch SpriteBatch { get; }

Property Value

Type: SpriteBatch
The sprite batch that is used to draw all images for the UI controls.
See Also