ASP.NET Pack Programmer's Guide
DiagramNode.getBounds Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getBounds ()

 Return Value

Type: Rect
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