]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mask.tex
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / docs / latex / wx / mask.tex
index 137cd4d4af422586327f3f855583a1d40fcc7b0d..c5c3cf2eb0be4a034b85f26ba41c6a1551a090fc 100644 (file)
@@ -1,7 +1,8 @@
 \section{\class{wxMask}}\label{wxmask}
 
 This class encapsulates a monochrome mask bitmap, where the masked area is black and
-the unmasked area is white.
+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.
 
 \wxheading{Derived from}
 
@@ -11,6 +12,10 @@ the unmasked area is white.
 
 <wx/bitmap.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Remarks}
 
 A mask may be associated with a \helpref{wxBitmap}{wxbitmap}. It is used in \helpref{wxDC::Blit}{wxdcblit} when
@@ -23,7 +28,7 @@ contains a mask.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxMask::wxMask}\label{wxmaskconstr}
+\membersection{wxMask::wxMask}\label{wxmaskctor}
 
 \func{}{wxMask}{\void}
 
@@ -55,7 +60,7 @@ yet implemented for GTK.
 
 \docparam{index}{Index into a palette, specifying the transparency colour.}
 
-\membersection{wxMask::\destruct{wxMask}}
+\membersection{wxMask::\destruct{wxMask}}\label{wxmaskdtor}
 
 \func{}{\destruct{wxMask}}{\void}