Click or drag to resize

AxesAspectCanRender Method (IDisplay)

Checks if the axes can be rendered.

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

Parameters

display
Type: IDisplay
The display with which to render the axes.

Return Value

Type: Boolean
True if can be rendered, false otherwise.

Implements

IRendererAspectCanRender(IDisplay)
IRendererAspectCanRender(IDisplay)
See Also