From e77cba1a9c2085b15789bbdc3d38697c4670d2a7 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Wed, 24 Jun 2009 21:28:31 +0000 Subject: [PATCH] Add wxGraphicsBitmap overload for DrawBitmap. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/graphicc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/graphicc.cpp b/src/generic/graphicc.cpp index 70cd642a7d..f3c5a1f8d8 100644 --- a/src/generic/graphicc.cpp +++ b/src/generic/graphicc.cpp @@ -363,6 +363,7 @@ public: // gets the matrix of this context virtual wxGraphicsMatrix GetTransform() const; + virtual void DrawBitmap( const wxGraphicsBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void DrawBitmap( const wxBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void PushState();