1 \section{\class{wxMask
}}\label{wxmask
}
3 This class encapsulates a monochrome mask bitmap, where the masked area is black and
4 the unmasked area is white.
6 \wxheading{Derived from
}
8 \helpref{wxObject
}{wxobject
}
10 \wxheading{Include files
}
16 A mask may be associated with a
\helpref{wxBitmap
}{wxbitmap
}. It is used in
\helpref{wxDC::Blit
}{wxdcblit
} when
17 the source device context is a
\helpref{wxMemoryDC
}{wxmemorydc
} with wxBitmap selected into it that
22 \helpref{wxBitmap
}{wxbitmap
},
\helpref{wxDC::Blit
}{wxdcblit
},
\helpref{wxMemoryDC
}{wxmemorydc
}
24 \latexignore{\rtfignore{\wxheading{Members
}}}
26 \membersection{wxMask::wxMask
}\label{wxmaskconstr
}
28 \func{}{wxMask
}{\void}
32 \func{}{wxMask
}{\param{const wxBitmap\&
}{bitmap
}}
34 Constructs a mask from a monochrome bitmap.
36 \pythonnote{This is the default constructor for wxMask in wxPython.
}
38 \func{}{wxMask
}{\param{const wxBitmap\&
}{bitmap
},
\param{const wxColour\&
}{colour
}}
40 Constructs a mask from a bitmap and a colour that indicates the background.
42 \pythonnote{wxPython has an alternate wxMask constructor matching this
43 form called
{\tt wxMaskColour
}.
}
45 \func{}{wxMask
}{\param{const wxBitmap\&
}{bitmap
},
\param{int
}{ index
}}
47 Constructs a mask from a bitmap and a palette index that indicates the background. Not
48 yet implemented for GTK.
50 \wxheading{Parameters
}
52 \docparam{bitmap
}{A valid bitmap.
}
54 \docparam{colour
}{A colour specifying the transparency RGB values.
}
56 \docparam{index
}{Index into a palette, specifying the transparency colour.
}
58 \membersection{wxMask::
\destruct{wxMask
}}
60 \func{}{\destruct{wxMask
}}{\void}
62 Destroys the wxMask object and the underlying bitmap data.
64 \membersection{wxMask::Create
}\label{wxmaskcreate
}
66 \func{bool
}{Create
}{\param{const wxBitmap\&
}{bitmap
}}
68 Constructs a mask from a monochrome bitmap.
70 \func{bool
}{Create
}{\param{const wxBitmap\&
}{bitmap
},
\param{const wxColour\&
}{colour
}}
72 Constructs a mask from a bitmap and a colour that indicates the background.
74 \func{bool
}{Create
}{\param{const wxBitmap\&
}{bitmap
},
\param{int
}{ index
}}
76 Constructs a mask from a bitmap and a palette index that indicates the background. Not
77 yet implemented for GTK.
79 \wxheading{Parameters
}
81 \docparam{bitmap
}{A valid bitmap.
}
83 \docparam{colour
}{A colour specifying the transparency RGB values.
}
85 \docparam{index
}{Index into a palette, specifying the transparency colour.
}