]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxGraphicsBitmap overload for DrawBitmap.
authorKevin Ollivier <kevino@theolliviers.com>
Wed, 24 Jun 2009 21:28:31 +0000 (21:28 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Wed, 24 Jun 2009 21:28:31 +0000 (21:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/graphicc.cpp

index 70cd642a7d9978f083bd9384429ec2f40128c15a..f3c5a1f8d8d3db6231918df7ef2c28029403a231 100644 (file)
@@ -363,6 +363,7 @@ public:
     // gets the matrix of this context
     virtual wxGraphicsMatrix GetTransform() const;
 
     // 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();
     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();