Re: Win32Lib getPixel problem revised
- Posted by Brian Broker <brian_broker at yahoo.com> Dec 16, 2005
- 532 views
Greg Haberek wrote: > > > 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. > Really? That's an interesting fact that I wasn't aware of. Do you have a program that demonstrates this or can you provide a demo? I've never thought of a reason to do this so I'm looking for a good "what for?". The only thing that comes to mind is Judith's IDE... which I'm starting to look at again. Thanks, -- Brian