|
-
Nov 24th, 1999, 03:21 PM
#1
Thread Starter
New Member
I'm interested on how to make an image rotate and can also be zoom . Can anybody help me ?
-
Nov 26th, 1999, 12:05 PM
#2
New Member
Put the image into a Picture box (or an HDC.) To show it normally, just use a standard BitBlt. To rotate it, use some basic pixel manipulation to Blt it rotated. To zoom in, or out, use StretchBlt.
It this is too vague, look up some help on using BitBlt and StretchBlt
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
|