Click or drag to resize

AxesAspectRender Method

Renders the axes.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public override void Render(
	IDisplay display
)

Parameters

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

Implements

IRendererAspectRender(IDisplay)
IRendererAspectRender(IDisplay)
See Also