ASP.NET Pack 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 Rectangle2D getRotatedBounds (
    Rectangle2D rect,
    Point2D center,
    double angle
)

 Parameters

rect

center

angle

 Return Value

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace