DroidDiagram Programmer's Guide
Shape.setImageRectangle Method
See Also
 






Sets 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 void setImageRectangle (
    RectF imageRectangle
)

 Parameters

imageRectangle

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

 See Also

Shape Members
Shape Class
com.mindfusion.diagramming Namespace