}
void wxOverlayImpl::Init( wxDC* dc, int x , int y , int width , int height )
}
void wxOverlayImpl::Init( wxDC* dc, int x , int y , int width , int height )
dcMem.Blit(0, 0, m_width, m_height,
dc, x, y);
dcMem.SelectObject( wxNullBitmap );
dcMem.Blit(0, 0, m_width, m_height,
dc, x, y);
dcMem.SelectObject( wxNullBitmap );