I have an image saved in CImage,
I'd like to get from that saved CImage a cropped part defined by input CRect
Thank you
Printable View
I have an image saved in CImage,
I'd like to get from that saved CImage a cropped part defined by input CRect
Thank you
Look at CImage::BitBlt()
http://msdn.microsoft.com/en-us/libr...6z(VS.71).aspx
Create a new CImage with the same parameters and BitBlt one to the other.
???????????????????????//
What is CImageDC?
if you want crop any image, than i will suggest you to visit the link below
http://www.raiseitsolutions.com/foru...ic.php?f=4&t=2
if you visit this link, you will know how to crop an image easily
thank you very much. :)