Performs the very rendering of the renderable object item.

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

Syntax

C#
protected void OnRenderItem(
	IXRenderable item
)

Parameters

item
Type: SGP.XSpace..::.IXRenderable
Renderable IXRenderable object.

Exceptions

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

See Also