ItemLocationDirectSetParentSize Method |
Updates the cached parent size.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void SetParentSize(
VectorD3D parentSize,
bool shouldTriggerChangedEvent
)
Parameters
- parentSize VectorD3D
- The new parent size.
- shouldTriggerChangedEvent Boolean
- If set to , a change event is raised when needed.
See Also