MindFusion.Wpf Pack Programmer's Guide
LayoutNode Delegate
See Also
 





Represents methods that are called by the layout algorithms when the position of a node changes.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public delegate void LayoutNode (
    Object node,
    Rect oldBounds
)

Visual Basic  Copy Code

Public Delegate Sub LayoutNode( _
    node As Object, _
    oldBounds As Rect _
)

 Parameters

node

A reference to the node being laid out.

oldBounds

The bounding rectangle of the node before it was repositioned by the layouting algorithm.

 See Also

MindFusion.Diagramming.Wpf.Layout Namespace