Click or drag to resize
DigitalRuneUIScreen Constructor
Initializes a new instance of the UIScreen class.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public UIScreen(
	string name,
	IUIRenderer renderer
)

Parameters

name
Type: SystemString
The name of the screen.
renderer
Type: DigitalRune.Game.UI.RenderingIUIRenderer
The renderer that defines the styles and visual appearance for controls in this screen.
Exceptions
ExceptionCondition
ArgumentNullExceptionname or renderer is .
ArgumentExceptionname is an empty string.
See Also