Click or drag to resize

GraphicBaseSetParentSize 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.3572.0 (4.8.3572.0)
Syntax
C#
public 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.

Implements

IGraphicBaseSetParentSize(VectorD3D, Boolean)
See Also