- public:
- wxMemoryDC(void);
- wxMemoryDC( wxDC *dc ); // Create compatible DC
- ~wxMemoryDC(void);
- virtual void SelectObject( const wxBitmap& bitmap );
- void GetSize( int *width, int *height ) const;
+public:
+ wxMemoryDC();
+ wxMemoryDC( wxDC *dc ); // Create compatible DC
+ ~wxMemoryDC();
+ virtual void SelectObject( const wxBitmap& bitmap );
+ void DoGetSize( int *width, int *height ) const;