Click or drag to resize

IGraphicsOptionsEndEdit Method

Finish editing the graphics options.

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

Parameters

app
Type: Demo3D.VisualsIBuilder
The application.
cancelled
Type: SystemBoolean
Undo any changes made during editing.
See Also