- wxMemoryDC() { Init(); }
- wxMemoryDC(wxBitmap& bitmap) { Init(); SelectObject(bitmap); }
- wxMemoryDC(wxDC *dc); // create compatible DC
+ wxMemoryDCImpl(wxMemoryDC *owner);
+ wxMemoryDCImpl(wxMemoryDC *owner, wxBitmap& bitmap);
+ wxMemoryDCImpl(wxMemoryDC *owner, wxDC *dc); // create compatible DC