Capturing and stretching image
C / C++ / MFC
3
Posts
2
Posters
1
Views
1
Watching
-
Hi: I need to capture an image made in my window (with MoveTo and LineTo functions) and stretched it to another size. How can I make it? thanks,
-
Hi: I need to capture an image made in my window (with MoveTo and LineTo functions) and stretched it to another size. How can I make it? thanks,
-
Hi, Find the following articles for Capturing a Window Image Into a Bitmap File and use Mapping mode functions to change the size in image. http://www.codeguru.com/Cpp/G-M/bitmap/capturing/article.php/c4919/[^] Regards, Selvam
Thanks, but is it not another easier solution without saving first the image to a file?