Hi Friends
Can anybody guide me how to accomplish this feature.
I should allow my client to cut a part of bitmap as per his choice
using mouse and save it to a BMP or JPG ?
Thanks
- Ramesh Babu P
Hi Friends
Can anybody guide me how to accomplish this feature.
I should allow my client to cut a part of bitmap as per his choice
using mouse and save it to a BMP or JPG ?
Thanks
Ramesh,
Once you have the portion coordinates, you have to use BitBlt() to copy it to another bitmap.
Look for BitBlt() in these forums. Also CreateCompatibleBitmap()
Hello Mr.Antonio
Thank you very much. I have done it. And it is working now.
Regards.