Search
DiagramNode.OnUpdateBounds Method
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 (
    RectangleF oldBounds
)

Visual Basic  Copy Code

Protected Overridable Sub OnUpdateBounds( _
    oldBounds As RectangleF _
)

 Parameters

oldBounds

A RectangleF instance containing the old coordinates.

 See Also