- public:
- wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
- wxMemoryDC( wxDC *dc ); // Create compatible DC
- virtual ~wxMemoryDC(void);
- virtual void SelectObject( const wxBitmap& bitmap );
- const wxBitmap& GetSelectedBitmap() const { return m_selected; }
- wxBitmap GetSelectedBitmap() { return m_selected; }
-
- wxBitmap GetSelectedObject() { return GetSelectedBitmap() ; }
-
-protected: