Click or drag to resize

AxesAspectCanRender(IDisplay) Method

Checks if the axes can be rendered.

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

Parameters

display  IDisplay
The display with which to render the axes.

Return Value

Boolean
True if can be rendered, false otherwise.

Implements

IRendererAspectCanRender(IDisplay)
IRendererAspectCanRender(IDisplay)
See Also