Click or drag to resize

GraphControllerArrangeSameSizeBase Method

Arranges the selected objects to match the master size using the specified routine.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ArrangeSameSizeBase(
	Action<IHitTestObject, RectangleF, RectangleF> ArrangeAction
)

Parameters

ArrangeAction  ActionIHitTestObject, RectangleF, RectangleF
The action that applies the size arrangement.
See Also