Click or drag to resize

GraphControllerApply Method

Applies the controller changes.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Apply(
	bool disposeController
)

Parameters

disposeController  Boolean
If set to , the controller should release temporary resources afterwards.

Return Value

Boolean
Always .

Implements

IApplyControllerApply(Boolean)
See Also