Carries out the object rendering.

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 XRenderContext context defining properties and device that does the render.

Implements

IXRenderablePrimitive..::.Render(XRenderContext)

See Also