DroidDiagram Programmer's Guide
DiagramNode.getRotatedBounds Method
See Also
 






Gets the bounding rectangle of this node, when it is rotated at the specified angle around the specified pivot.

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

 Syntax

Java  Copy Code

protected RectF getRotatedBounds (
    RectF rect,
    PointF center,
    double angle
)

 Parameters

rect

center

angle

 Return Value

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace