Click or drag to resize

IGraphicBaseSetParentSize Method

Announces the size of the parent layer in order to make own calculations for size and position.

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