Search
ContainerNode.UpdateBounds Method (Boolean)
See Also
 





Updates the container bounds to fit its contents.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void UpdateBounds (
    bool includeLinks
)

Visual Basic  Copy Code

Public Sub UpdateBounds( _
    includeLinks As Boolean _
)

 Parameters

includeLinks
Specifies whether the bounding rectangle should contain the control points of links whose ends are both child nodes of this container.

 See Also