FastBlt.exe Implements Smooth Movement of a Bitmap

ID: Q40959


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) 3.1
  • Microsoft Win32 Application Programming Interface (API), used with:
    • Microsoft Windows NT, versions 3.5, 3.51
    • Microsoft Windows 95


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.


MORE INFORMATION

The following files are available for download from the Microsoft Download Center. Click the file names below to download the files:

FastBlt.exe

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address

http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.


Additional query words:

Keywords : kbfile kbsample kbNTOS350 kbNTOS351 kbSDKWin32 kbWinOS310 kbWinOS95 kbDSupport kbWinOS300
Version : WINDOWS:3.1,95; winnt:3.5,3.51
Platform : WINDOWS winnt
Issue type : kbinfo


Last Reviewed: December 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.