Draws the screen with all controls.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)

Syntax

C#
public void Draw(
	TimeSpan deltaTime
)
Visual Basic
Public Sub Draw ( _
	deltaTime As TimeSpan _
)
Visual C++
public:
void Draw(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: System..::..TimeSpan
The size of the current time step.

See Also