1
Answer

Rotate a bitmap in DirectDraw

almendez

almendez

20y
5k
1
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
Mykonine

Mykonine

NA 520 0 20y
I don't think DirectDraw can do that. You will probably have to use GDI+ (The System.Drawing namespace) to perform a rotation.