GraphControllerArrangeSameSizeBase Method |
Arranges the selected objects to match the master size using the specified routine.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ArrangeSameSizeBase(
Action<IHitTestObject, RectangleF, RectangleF> ArrangeAction
)
Parameters
- ArrangeAction ActionIHitTestObject, RectangleF, RectangleF
- The action that applies the size arrangement.
See Also