FastBlt.exe Implements Smooth Movement of a Bitmap (40959)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
- Microsoft Win32 Application Programming Interface (API), when used with:
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
This article was previously published under Q40959 SUMMARY
FastBlt.exe is a sample application 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.
Modification Type: | Minor | Last Reviewed: | 3/21/2005 |
---|
Keywords: | kbdownload kbfile kbinfo kbSample KB40959 kbAudDeveloper |
---|
|