Implemented wxCairoRenderer::CreateSubBitmap method.

This commit is contained in:
Artur Wieczorek
2016-03-24 21:12:40 +01:00
parent e37f1a84ce
commit d6afb66388
3 changed files with 38 additions and 11 deletions

View File

@@ -446,9 +446,6 @@ public:
/**
Extracts a sub-bitmap from an existing bitmap.
Currently this function is implemented in the native MSW and OS X
versions but not when using Cairo.
*/
virtual wxGraphicsBitmap CreateSubBitmap(const wxGraphicsBitmap& bitmap,
wxDouble x, wxDouble y,