Click or drag to resize

TextBoundariesAdd(IPhysicalBoundaries) Method

Merges the boundaries of another object into this object.

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

Parameters

b  IPhysicalBoundaries
Another physical boundary object of the same type as this instance.

Implements

IPhysicalBoundariesAdd(IPhysicalBoundaries)
See Also