Click or drag to resize

GraphControllerArrangeElement Delegate

[Missing <summary> documentation for "T:Altaxo.Gui.Graph.Gdi.Viewing.GraphController.ArrangeElement"]


Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void ArrangeElement(
	IHitTestObject obj,
	RectangleF bounds,
	RectangleF masterbounds
)

Parameters

obj  IHitTestObject
 
bounds  RectangleF
 
masterbounds  RectangleF
 
See Also