Re: Win32lib graphics routines and pixmaps
- Posted by dcuny at LANSET.COM Feb 21, 2001
- 507 views
Lewis Townsend wrote: > The following Win32lib routines don't work on Pixmaps: > > setPenColor() > setPenPosition() > drawRectangle() > wPuts() > setFont() > drawEllipse() I'll repeat Derek's question: have you actually tried it? These all work with DCs (Device Contexts), and Pixmaps (ie: bitmaps) have valid DCs. They also will work with the printer. -- David Cuny

