| UIRendererRenderImages Method |
Renders the
ThemeImages of the current visual state of the given context.
Namespace: DigitalRune.Game.UI.RenderingAssembly: 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
)
Public Sub RenderImages (
control As UIControl,
context As UIRenderContext,
drawOverlays As Boolean
)
public:
void RenderImages(
UIControl^ control,
UIRenderContext^ context,
bool drawOverlays
)
member RenderImages :
control : UIControl *
context : UIRenderContext *
drawOverlays : bool -> unit
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 See Also