MindFusion.Wpf Pack Programmer's Guide
DiagramNode.SetBounds Method
See Also
 





Sets the location and size of this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void SetBounds (
    Rect rect,
    bool updateGroups,
    bool updateLinks
)

Visual Basic  Copy Code

Public Sub SetBounds( _
    rect As Rect, _
    updateGroups As Boolean, _
    updateLinks As Boolean _
)

 Parameters

rect

A Rect specifying the node position.

updateGroups

Specifies whether the position of child nodes attached to this one should be updated too.

updateLinks

Specifies whether the position of links connected to this node should be updated too.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace