Click or drag to resize

GraphControllerArrangeElement Delegate

Represents a delegate that arranges a graph element relative to the master bounds.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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