1. win32lib function fillRectangle
- Posted by ArthurCrump Feb 28, 2010
- 995 views
The coding for fillRectangle in win32lib fails because it uses getHandle.
It should use the device context obtained by getDC, (which should then be released).
2. Re: win32lib function fillRectangle
- Posted by dcole Mar 02, 2010
- 909 views
I just used floodFill() that seems to work ok.
Don Cole