Search
DiagramNode.OnUpdateBounds Method (Boolean)
See Also
 





Invoked when the bounding rectangle of the node has changed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnUpdateBounds (
    bool sizeChanged
)

Visual Basic  Copy Code

Protected Overridable Sub OnUpdateBounds( _
    sizeChanged As Boolean _
)

 Parameters

sizeChanged

true if the size has changed; false if only the position has changed.

 See Also