I'm trying to get that point by this code:
(pygame.transform.rotate(self.image_to_rotate, angel)).get_rect().topleft
but instead of getting that point I get (0, 0).
My general aim is to print the rotated image from its new top left point coordinates.
Any suggestions?