Click or drag to resize

IXBoundsHolderMergeXBoundsInto Method

This merges the x boundary of the object with the boundary pb. The boundary pb is updated so that it now includes the x boundary range of the object.

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

Parameters

pb  IPhysicalBoundaries
The boundary object pb which is updated to include the x boundaries of the object.
See Also