Click or drag to resize

IGraphicsOptionsInitialize Method

Initialize the graphics options.

Namespace:  Demo3D.Gui.Options
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
void Initialize(
	IBuilder app
)

Parameters

app
Type: Demo3D.VisualsIBuilder
The application.
See Also