Added wxGraphicsBitmap::ConvertToImage().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:07 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:07 +0000 (22:07 +0000)
commit08b2d55fdf75a1656c682cc2773c2d1609f1e7c1
treec9a888f9ab3f7b1f04701d13fba64a96dad352ec
parent5f606e6515d3f986dd5d79164e8be13525594aad
Added wxGraphicsBitmap::ConvertToImage().

Allow to convert wxGraphicsBitmap directly to wxImage, without passing by
wxBitmap.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/graphics.h
interface/wx/graphics.h
src/generic/graphicc.cpp
src/osx/carbon/graphics.cpp