Visual FoxPro
Smart Device
Visual C++
Microsoft ISV
Windows Vista
Game Technologies
Visual J#
Visual C#
.NET Development
Architecture
Visual Studio
Windows Forms
VS Team System
VS Express Editions
Windows Live
Software Development Network>> Smart Device>> Bitmap Rotation
Bitmap Rotation
Hot Topic
CAB file for connecting to SQL Express 2005
Inbox transport
add control problem with multiple framework
evc 4.0 Upgrade Wizard
Creating a Virtual COM port for an application to connect to.
Listbox Horizontal Scrollbar (Sharing my idea)
Nesting the smaller CAB files in the main setup CAB file
using the serial port class in VB
windows mobile 5.0 smartphone
Conversion of Winforms Application to WebForms
Smart Device
How to make an incoming call in device emulator?
PRB: ActiveSync and proxy server settings
/GR- cl.exe option causes WM_INITDIALOG not to fire.
conman
Generating a genasm.exe error when I try to build a control in Visual Studio 2005
"dbnetlib.dll" PInvoke DLL Not Found!
.NetCompact Framework to open bluetooth port im my pocketpc
VS2005, problems with properties
TCPClient Connection Emulator vs. Device
Cradle emulator
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
Answer this question
Bitmap Rotation
Mhd. akram