Rotates the specified Rectangle2D around the specified pivot point and at the specified angle.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static Rectangle2D rotateRect ( |
The Rectangle2D to rotate.
A Point2D that marks the pivot of the rotation.
The rotation angle.
See Also