Search
LinkLabel.getLayoutRect Method
See Also
 

Gets the label's layout rectangle calculated from text length, font and alignment.

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

 Syntax

Java  Copy Code

protected Rectangle2D getLayoutRect ()

 Return Value

A Rectangle2D instance specifying the region in which to render the link's text.

 See Also