Does anyone know how to .Clear( ) a wx.MemDC device context to be transparent? The MemDC is 32 bpp. When I set the background brush to something like:
wx.MemDC.SetBackgroundBrush( wx.Brush( wx.Colour( 0, 0, 0, wx.TRANSPARENT ) ) )
when the memDC is blit’d to the screen it comes in opaque.