Click or drag to resize

DensityImageLegendControllerEhLayerPositionEdit Method

Handles the layer position edit.

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
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 legend.

Return Value

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