Bitmap Rotation

Hi,

is it possible to rotate a bitmap with any angle within Windows Mobile 2003 and thus without DirectX

Thanks!


Answer this question

Bitmap Rotation

  • Mhd. akram

    .NETCF (v1 or v2) does not provide a method to rotate an image to an arbitrary angle. In V2, you have access to the raw bitmap data via LockBits. You should be able to take that data and call into native code to perform the rotation.

  • Bitmap Rotation