// Author: Julian Smart
// Modified by:
// Created: 04/01/98
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
return GetBitmapData() ? GetBitmapData()->GetMask() : NULL;
}
-wxBitmap wxMask::GetBitmap() const
-{
- wxBitmap bmp;
- bmp.SetHBITMAP(m_maskBitmap);
- return bmp;
-}
-
wxDC *wxBitmap::GetSelectedInto() const
{
#if wxDEBUG_LEVEL
#endif // __WXMICROWIN__/!__WXMICROWIN__
}
+wxBitmap wxMask::GetBitmap() const
+{
+ wxBitmap bmp;
+ bmp.SetHBITMAP(m_maskBitmap);
+ return bmp;
+}
+
// ----------------------------------------------------------------------------
// wxBitmapHandler
// ----------------------------------------------------------------------------