- ~wxMemoryDC(void);
- virtual void SelectObject( const wxBitmap& bitmap );
- virtual void DoGetSize( int *width, int *height ) const;
-};
+ // create DC compatible with the given one or screen if dc == NULL
+ bool CreateCompatible(wxDC* pDC);
+
+ // initialize the newly created DC
+ void Init(void);
+private:
+ DECLARE_DYNAMIC_CLASS(wxMemoryDC)
+}; // end of CLASS wxMemoryDC