|  | IUIRendererRender Method | 
            Renders the specified control.
            
 
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxvoid Render(
	UIControl control,
	UIRenderContext context
)
Sub Render ( 
	control As UIControl,
	context As UIRenderContext
)
void Render(
	UIControl^ control, 
	UIRenderContext^ context
)
abstract Render : 
        control : UIControl * 
        context : UIRenderContext -> unit 
Parameters
- control
- Type: DigitalRune.Game.UI.ControlsUIControl
 The control.
- context
- Type: DigitalRune.Game.UI.ControlsUIRenderContext
 The render context.
 Exceptions
Exceptions See Also
See Also