Click or drag to resize

HostLayerController Constructor

Initializes a new instance of the HostLayerController class.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public HostLayerController(
	HostLayer layer
)

Parameters

layer  HostLayer
The host layer.
See Also