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