Click or drag to resize

IRendererAspectCanRender Method

Determines whether the aspect can be rendered

Namespace:  Demo3D.Visuals.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
bool CanRender(
	IDisplay display
)

Parameters

display
Type: IDisplay
The display that's being rendered to.

Return Value

Type: Boolean
True if the aspect can be rendered, otherwise false.
See Also