|
-
Jun 11th, 2001, 03:47 PM
#1
Thread Starter
Addicted Member
Rescaling bitmaps
Here's my question. How do you rescale bitmaps?
...and I don't mean using the PaintPicture or StretchBlt API.
e.g. I created a bitmap (used for memory DC) whose size is 320 x 240 pixels. Now how can I rescale (resize, expand...call it whatever you like) it to, for eg., 640 x 480 pixels?
The only solution I've come around so far is to create a new bitmap and delete the old one... but I know there has to be another way.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|