Represents methods that are called by the layout algorithms when the position of a node changes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public delegate void LayoutNode ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub LayoutNode( _ |
A reference to the node being laid out.
The bounding rectangle of the node before it was repositioned by the layouting algorithm.
See Also