GraphControllerArrangeElement Delegate |
Represents a delegate that arranges a graph element relative to the master bounds.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate void ArrangeElement(
IHitTestObject obj,
RectangleF bounds,
RectangleF masterbounds
)
Parameters
- obj IHitTestObject
- The object to arrange.
- bounds RectangleF
- The bounds of the object to arrange.
- masterbounds RectangleF
- The bounds of the master object.
See Also