Added GetSubBitmap()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
1999-12-28 12:28:39 +00:00
parent 7468b994be
commit 3f399a69cc
2 changed files with 43 additions and 0 deletions

View File

@@ -116,6 +116,9 @@ public:
virtual ~wxBitmap();
// GRG, Dic/99
wxBitmap wxBitmap::GetSubBitmap( const wxRect& rect ) const;
// copies the contents and mask of the given (colour) icon to the bitmap
bool CopyFromIcon(const wxIcon& icon);