c++ - How to rotate Bitmap in windows GDI? - Stack Overflow
How would I go about rotating a Bitmap in Windows GDI,C++? ... Sounds like you have to use PlgBlt. Take your rectangle's 4 corners as 2D Points, rotate them, then call PlgBlt. From MSDN Bitmap Rotation:...