Performs the very rendering of the 3D scene.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual bool OnPanelRender(
	XScreen screen
)

Parameters

screen
Type: SGP.XSpace..::.XScreen
The XScreen screen where it will be drawn.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the view has been drawn.

See Also