Performs the scene rendering on the given device with the given setting.

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

Syntax

C#
public void Render(
	XRenderContext context
)

Parameters

context
Type: SGP.XSpace..::.XRenderContext
The scene XRenderContext render context.

Exceptions

ExceptionCondition
System..::.ArgumentNullException context is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also