Using Affine Transform to rotate polygon

AlliPodHax

New Member
I'm currently trying to rotate a polygon using the Affine Transform class. Using the rotate method, the polygon's graphical representation updates, but the bounding box of the polygon doesn't update. How can I rotate the polygon in addition to updating it's coordinates?
 
Back
Top