PDA

Click to See Complete Forum and Search --> : rotating and zooming a graphics


rzarc
Nov 24th, 1999, 02:21 PM
I'm interested on how to make an image rotate and can also be zoom . Can anybody help me ?

Hobbit125
Nov 26th, 1999, 11:05 AM
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