Search
DiagramItem.getBounds Method
See Also
 

Gets the item bounds in logical document coordinates.

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

 Syntax

Java  Copy Code

public abstract Rectangle2D.Float getBounds ()

 Return Value

A Rectangle2D object representing the item's bounds.

 See Also