Get original rectangle bounds from rotated rectangle(resized) and rotation angle

273 Views Asked by At

Is there any possible way to reverse a rotated rectangle rotation, get the bounds before rotation.

I have the rotated rectangle (Resized after rotation) value and the rotation angle, and I would like to calculate the original rectangle value before rotation.

Is this possible