Click to See Complete Forum and Search --> : Zooming a Bitmap


cst3
August 26th, 1999, 07:42 PM
I load a 400x400 pixels Bitmap on SDI app. How to maintain the Bitmap the image size (400x400) if I do a zooming x2, x4, x8. Do you have any idea how to do this?

cs

Merci
August 26th, 1999, 10:03 PM
Just query function CDC::StretchBlt.
u can get what u want.
wish u luck