IGraphicBaseSetParentSize Method |
Announces the size of the parent layer in order to make own calculations for size and position.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetParentSize(
VectorD3D parentSize,
bool isTriggeringChangedEvent
)
Parameters
- parentSize VectorD3D
- Size of the parent layer.
- isTriggeringChangedEvent Boolean
- If set to true, the Changed event is triggered if the size of the parent differs from the cached parent's size.
See Also