Re: Bitmap clearing
- Posted by Wolf <wolfritz at KING.IGS.NET> Jan 23, 2003
- 391 views
> If I have a win32lib pixmap, what is the quickest/easiest way to clear all of > it to a given background color? ... simply: setPenColor(yourPix, yourColor) drawRectangle(yourPix, 1, 0, 0 ,x_size, y_size)