MindFusion.Diagramming for JavaScript Programmer's Guide
DiagramNode.getBounds Method
See Also
 





Gets the rectangle that defines the position of the diagram node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getBounds ()

 Return Value

The node's bounding rectangle.

 Remarks

Use this property to get the size and/or location of a node. Moving a node also updates the control points coordinates of all links connected to it.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace