[wxpython-users] bitmap on a bitmap

Gre7g Luterman gre7g.luterman at gmail.com
Mon May 19 07:20:47 PDT 2008


On 5/19/08, Paul Sijben <sijben at eemvalley.com> wrote:
>
> is there a standard way to combine two bitmaps in wxpython so that one
> bitmap overlaps another but with an offset?
>
> Of course I can make something with a bitmap buffer but it would be nice
> if there was a standard way to do things.


I would create a MemoryDC and blit the two bitmaps onto it. I don't think
StaticBitmap anticipates any object overlap.

Gre7g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200805=
19/72be4648/attachment.htm


More information about the wxpython-users mailing list