Click or drag to resize

HostLayerControllerEhLayerPositionEdit Method

Edits the position of the host layer associated with the hit-test object.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool EhLayerPositionEdit(
	IHitTestObject hit
)

Parameters

hit  IHitTestObject
The hit-test object that identifies the edited layer.

Return Value

Boolean
false so the caller keeps the edited layer.
See Also