Click or drag to resize

PlotItemCollectionMergeYBoundsInto Method

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

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void MergeYBoundsInto(
	IPhysicalBoundaries pb
)

Parameters

pb  IPhysicalBoundaries
The boundary object that is updated to include the Y boundaries of the object.

Implements

IYBoundsHolderMergeYBoundsInto(IPhysicalBoundaries)
See Also