CGWorld CLASS LIBRARY
I created this class library to make it very easy to draw to a view/window/dialog without causing flicker. Particularly useful for animations or when you are drawing a lot of stuff in one go.
The class is very easy to use and typically, flicker can be eliminated using three lines of code. The class automatically destroys itself when it goes out of scope to avoid any memory leaks, etc.
You can use this library freely in your projects provided you credit us in your About Box. The files along with full instructions/description (in WordPad format) are stored in a single zip file archive which can be downloaded from:
New programmers will find this class particularly useful to avoid flicker in their programs.
SEARCH KEYWORDS:
flicker free animation buffered drawing off screen graphics world BitBlt copy bits bitmap CDC CDC* OnDraw OnPaint view window dialog
I created this class library to make it very easy to draw to a view/window/dialog without causing flicker. Particularly useful for animations or when you are drawing a lot of stuff in one go.
The class is very easy to use and typically, flicker can be eliminated using three lines of code. The class automatically destroys itself when it goes out of scope to avoid any memory leaks, etc.
You can use this library freely in your projects provided you credit us in your About Box. The files along with full instructions/description (in WordPad format) are stored in a single zip file archive which can be downloaded from:
New programmers will find this class particularly useful to avoid flicker in their programs.
SEARCH KEYWORDS:
flicker free animation buffered drawing off screen graphics world BitBlt copy bits bitmap CDC CDC* OnDraw OnPaint view window dialog