This class encapsulates a monochrome mask bitmap, where the masked area is black and the unmasked area is white. When associated with a bitmap and drawn in a device context, the unmasked area of the bitmap will be drawn, and the masked area will not be drawn.
Derived from
Include files
<wx/bitmap.h>
Remarks
A mask may be associated with a wxBitmap. It is used in wxDC::Blit when the source device context is a wxMemoryDC with wxBitmap selected into it that contains a mask.
See also
wxBitmap, wxDC::Blit, wxMemoryDC
Default constructor.
Constructs a mask from a monochrome bitmap.
wxPython での注意点: This is the default constructor for wxMask in wxPython.
Constructs a mask from a bitmap and a colour that indicates the background.
wxPython での注意点: wxPython has an alternate wxMask constructor matching this form called wxMaskColour.
Constructs a mask from a bitmap and a palette index that indicates the background. Not yet implemented for GTK.
Parameters
Destroys the wxMask object and the underlying bitmap data.
Constructs a mask from a monochrome bitmap.
Constructs a mask from a bitmap and a colour that indicates the background.
Constructs a mask from a bitmap and a palette index that indicates the background. Not yet implemented for GTK.
Parameters
ymasuda 平成17年11月19日