Click or drag to resize

HostLayerOnCachedResultingSizeChanged Method

Called when the resulting size of this layer has changed. Is intended to inform child layers and own dependend objects of the size change. Because it is only the cached size, it will not raise changed events. Those events must be raised in the function that caused the change of the resulting size.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnCachedResultingSizeChanged()
See Also