Click or drag to resize

AbstractPhysicalBoundariesAdd(IPhysicalBoundaries) Method

Merges another boundary object into this one here.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void Add(
	IPhysicalBoundaries b
)

Parameters

b  IPhysicalBoundaries
The other boundary object.

Implements

IPhysicalBoundariesAdd(IPhysicalBoundaries)
See Also