Sets the rectangle that defines the position of the diagram node.
Namespace: MindFusion.Diagramming
Assembly: DiagramNode.js
SyntaxJavaScript
Copy Code
|
|---|
function setBounds (bounds, [updateDependencies]) |
RemarksUse this method to set the size and/or location of a node. If updateDependencies is set, moving the node will also update the control-point coordinates of all links connected to it.
See Also