Click or drag to resize

IPhysicalBoundariesAdd(IPhysicalBoundaries) Method

merged boundaries of another object into this object

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

Parameters

b  IPhysicalBoundaries
another physical boundary object of the same type as this
See Also