Click or drag to resize

ItemLocationDirectChangeParentAnchorButKeepPosition Method

Changes the parent anchor while preserving the absolute position.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ChangeParentAnchorButKeepPosition(
	RADouble newParentAnchorX,
	RADouble newParentAnchorY
)

Parameters

newParentAnchorX  RADouble
The new parent anchor x value.
newParentAnchorY  RADouble
The new parent anchor y value.
See Also