lmb2001
10-23-2001, 01:43 PM
I was wondering if someone could explain what i need to know about bitblt..and animations using bitblt...please help me peeps! Thanks inadvance
Starting Animation Questionlmb2001 10-23-2001, 01:43 PM I was wondering if someone could explain what i need to know about bitblt..and animations using bitblt...please help me peeps! Thanks inadvance Banjo 10-24-2001, 03:35 AM For general 'How does it work' info, look in MSDN or APIGuide. If you have a more specific question then post it. ChiefRedBull 10-24-2001, 04:35 PM The general idea of bitblt (bit block transfer) is that its a _very_ fast API transfer of a block of stdpicture object - be it a picturebox.picture / image, image.picture / image, or a bitmap loaded into memory. The way to produce animation would be to bitblt one image to the form, then clear it, bitblt again slightyl offset to its first position, clear it..... etc etc..... most likely done in a Timer. Chief andrewbean41 10-31-2001, 01:18 PM yeh gotta agree wiv u there CRB |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum