Click or drag to resize

HostLayerSetParentSize Method

Updates the cached parent size for this layer.

Namespace: Altaxo.Graph.Graph3D
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
The new parent size.
isTriggeringChangedEvent  Boolean
If set to , a changed event is raised when the size changes.

Implements

IGraphicBaseSetParentSize(VectorD3D, Boolean)
See Also