Click or drag to resize

XYZDensityImagePlotItemMergeXBoundsInto Method

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

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

Parameters

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

Implements

IXBoundsHolderMergeXBoundsInto(IPhysicalBoundaries)
See Also