RE: Possible Win32Lib bug
I wrote:
> I'm using setPenBrushColor() on a Pixmap so that I can draw black
> objects that are filled with white. The problem with this approach is
> that clearWindow() is now using that white brush to clear the window.
> If I use setWindowBackColor() on my Pixmap, I can see that it's using
> that background color for the pen but not the fill brush. Is this
> expected behavior? Any suggestions on how to achieve what I want?
> (black objects with white fill and default-color background) I'm trying
>
> to avoid a lot of pen changing if I can.
>
> Would it be difficult to change the lib so that WindowBackColor and
> PenBrushColor are two different things?
>
> Thanks,
> -- Brian
FYI, I've solved my current dilemma by removing the clearWindow call but
this request could still be handy for the future...
-- Brian
|
Not Categorized, Please Help
|
|