IZBoundsHolderMergeZBoundsInto Method |
This merges the z boundary of the object with the boundary pb. The boundary pb is updated so that
it now includes the z boundary range of the object.
Namespace: Altaxo.Graph.Scales.BoundariesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void MergeZBoundsInto(
IPhysicalBoundaries pb
)
Parameters
- pb IPhysicalBoundaries
- The boundary object pb which is updated to include the z boundaries of the object.
See Also