Search
DiagramLink.getBounds Method
See Also
 

Gets the smallest rectangle that bounds all points of a link.

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

 Syntax

Java  Copy Code

public Rectangle2D.Float getBounds ()

 Return Value

A Rectangle2D.Float object representing the link's bounding rectangle.

 See Also