Sets the location and size of this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SetBounds ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetBounds( _ |
A Rect instance specifying the new location and size of the node.
true to update the position of child nodes, otherwise false.
Specifies whether the position of links connected to this node should be updated too.
RemarksThis method lets you set the position of a node without affecting items related to it, such as its incoming and outgoing links, or nodes set as its children using AttachTo.
See Also