Click or drag to resize
DigitalRuneUIRenderer Constructor (GraphicsDevice, Theme)
Initializes a new instance of the UIRenderer class.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public UIRenderer(
	GraphicsDevice graphicsDevice,
	Theme theme
)

Parameters

graphicsDevice
Type: GraphicsDevice
The graphics device.
theme
Type: DigitalRune.Game.UI.RenderingTheme
The loaded UI theme.
Exceptions
ExceptionCondition
ArgumentNullExceptiongraphicsDevice or theme is .
See Also