Re: Win32Lib getPixel problem revised
- Posted by Greg Haberek <ghaberek at gmail.com> Dec 16, 2005
- 522 views
> However, a pixmap sits in memory so you don't have to worry about that is= sue. With a Pixmap, you basically have a bitmap in memory that you can dra= w to and blit to your window. I think you can stick a pixmap into a bitmap= control but I usually just copyBlt the Pixmap to the window on repaint. Pixmaps can also parent other controls, like a Window.