Click or drag to resize

IRendererAspectCanRender(IDisplay) Method

Determines whether the aspect can be rendered

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

Parameters

display  IDisplay
The display that's being rendered to.

Return Value

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