Rotate a bitmap in DirectDraw
I'm new working with DirectX SDK in C#.
I have this problem:
I'm want to rotate a bitmap clockwise, but with a specific angle, not
every 90 degrees. I'm using DirectDraw, each bitmap has its own surface, etc...
Does anyone has done this before?
Somebody knows how to do it?
thanks!
Answers (1)
0
I don't think DirectDraw can do that. You will probably have to use GDI+ (The System.Drawing namespace) to perform a rotation.