Search
DiagramNode.getBounds Method
See Also
 

Gets the node location and size.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Rectangle2D.Float getBounds ()

 Return Value

A Rectangle2D.Float object representing the node bounds.

 See Also