Hi all,

This is all way over my head...

Any ideas how to rotate a bitmap by a specified angle in WinAPI?

I was told to use SetWorldTransform() and an xForm structure.

However, I'm not sure how to populate the xForm structure and SetWorldTransform apparently changes the characteristics of the Device Context on which it operates?

Any ideas / sample code is welcome.