Click or drag to resize

IZBoundsHolderMergeZBoundsInto Method

Merges the Z boundary of the object with the boundary pb.

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

Parameters

pb  IPhysicalBoundaries
The boundary object that is updated to include the Z boundaries of the object.
See Also