Performs rendering of this view.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected override void Render(
	XScreen screen,
	XRenderContext context
)

Parameters

screen
Type: SGP.XSpace..::.XScreen
The XScreen screen.
context
Type: SGP.XSpace..::.XRenderContext
The XRenderContext information about the rendering.

See Also