Win32lib graphics routines and pixmaps
- Posted by keroltarr at HOTMAIL.COM Feb 21, 2001
- 494 views
The following Win32lib routines don't work on Pixmaps: setPenColor() setPenPosition() drawRectangle() wPuts() setFont() drawEllipse() I need them to. I use pixmaps as virtual screens in a game I am writing in Win32lib. I want to be able to draw all my graphics and text to a virtual screen and then blit it to the window but these routines need a Window handle in the first parmeter. later, Lewis Townsend

