Click or drag to resize

ItemLocationDirectChangeParentAnchorButKeepPosition Method

Changes the parent anchor while keeping the absolute position constant.

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

Parameters

newParentAnchorX  RADouble
The new parent anchor in x-direction.
newParentAnchorY  RADouble
The new parent anchor in y-direction.
newParentAnchorZ  RADouble
The new parent anchor in z-direction.
See Also