ItemLocationDirectChangeParentAnchorButKeepPosition Method |
Changes the parent anchor while keeping the absolute position constant.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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