Search
Shape.getImageRectangle Method
See Also
 

Gets the location of the shape image relatively to the bounding rectangles of boxes of this shape.

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

 Syntax

Java  Copy Code

public Rectangle2D.Float getImageRectangle ()

 Return Value

A Rectangle2D object specifying the image coordinates as percents of the box bounds.

 See Also