blitting issue when blitting to wxGCDC from a wxMemoryDC
- by mukul sharma
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