blitting issue when blitting to wxGCDC from a wxMemoryDC

Posted by mukul sharma on Stack Overflow See other posts from Stack Overflow or by mukul sharma
Published on 2010-06-08T09:50:57Z Indexed on 2010/06/08 9:52 UTC
Read the original article Hit count: 307

Filed under:

Hi All,

I have loaded a wxBitmap (with transparency .png) in memoryDC now when i am blitting the data from the memoryDc to GCDC that time in transparent part its giving the black color.

But if remove the GCDC and use normal ClientDC for display purpose there is no such problem happening, but i cannot remove the wxGCDC because this is only support the transparency in color drawing.

Any solution or workaround really helpful.

Thanks in advanced

© Stack Overflow or respective owner

Related posts about wxpython