subrect blit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-10-29 19:43:25 +00:00
parent 2612a310cb
commit b2d123f142
2 changed files with 7 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC
wxWindow *GetWindow() const { return m_window; }
protected :
virtual void DoGetSize( int *width, int *height ) const;
virtual wxBitmap DoGetAsBitmap() const;
virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const;
wxWindow *m_window;
#if wxMAC_USE_CORE_GRAPHICS
bool m_release;