Click or drag to resize

ItemLocationDirectSetParentSize Method

Updates the cached parent size.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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