
Description:
This DLL allows the programmer to take snapshots of the screen. There are three main functions:
License:
Free for non-commercial use. Contact me at rsf1000@gmail.com for a license.
Functions:
CaptureDesktop - Takes a snapshot of the entire screen. (In the next update, I will fix this so it actually captures the desktop window.)
CaptureWindow - This function is able to take a snapshot of the client area of a window! You can also use this as a faster method to saving screenshots of the game.
GetWindowHandle - Gets the handle of a window to be used with CaptureWindow.
Refer to the example game's comments to see how these functions work.
| 
Download Contents:
- ScreenCaptureExample.exe
- ScreenCaptureExample.gmk
- ScreenCapture.dll
- ReadMe.txt
Edited by Frawley, 12 December 2007 - 11:36 PM.











