SAMPLE: FASTBLT Implements Smooth Movement of a BitmapLast reviewed: February 15, 1996Article ID: Q40959 |
The information in this article applies to:
There is a sample application called FASTBLT in the Microsoft Software Library that demonstrates how to implement the smooth movement of a bitmap around the screen. Basically, it sets up a pair of BitBlt() calls: one that erases the image and another that redisplays the image. The necessary ROP codes for BitBlt() that should be used are SRCCOPY and SRCINVERT. Download FASTBLT.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
|
Additional reference words: 3.00 3.10 3.50 4.00 95 softlib FASTBLT.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |