Click or drag to resize
DigitalRuneUIRendererRenderImages Method
Renders the ThemeImages of the current visual state of the given context.

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 void RenderImages(
	UIControl control,
	UIRenderContext context,
	bool drawOverlays
)

Parameters

control
Type: DigitalRune.Game.UI.ControlsUIControl
The control.
context
Type: DigitalRune.Game.UI.ControlsUIRenderContext
The render context.
drawOverlays
Type: SystemBoolean
If set to only overlay images are rendered; otherwise, only background images are rendered. See IsOverlay.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is .
See Also