Click or drag to resize

TextBoundariesOnSuspended Method

For performance reasons, we save the current state of this instance here if the item is suspended. When the item is resumed, we compare the saved state with the current state and set our accumulated data accordingly.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void OnSuspended()
See Also