Click or drag to resize

Graph3DControllerArrange Method

Arranges the objects so they share a common boundary.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Arrange(
	Graph3DControllerArrangeElement arrange
)

Parameters

arrange  Graph3DControllerArrangeElement
Routine that determines how to arrange the element with respect to the master element.
See Also