Click or drag to resize

BoundariesChangedEventArgsAdd(BoundariesChangedData) Method

Adds additional boundary change flags.

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

Parameters

other  BoundariesChangedData
The boundary change flags to add.
See Also