Click or drag to resize

BoundariesChangedEventArgsAdd(BoundariesChangedEventArgs) Method

Adds the changes from another BoundariesChangedEventArgs instance.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	BoundariesChangedEventArgs other
)

Parameters

other  BoundariesChangedEventArgs
The event arguments whose flags should be added.
See Also