Search
ShapeNode.OnUpdateBounds Method
See Also
 





DiagramNode.OnUpdateBounds override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void OnUpdateBounds (
    bool sizeChanged
)

Visual Basic  Copy Code

Protected Overrides Sub OnUpdateBounds( _
    sizeChanged As Boolean _
)

 Parameters

sizeChanged

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

 See Also