]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mask.tex
1. made ScrollLines/Pages return bool indicating if we scrolled till the
[wxWidgets.git] / docs / latex / wx / mask.tex
index 137cd4d4af422586327f3f855583a1d40fcc7b0d..86e80d898dcf3c036c131c1df4a0228d6e7f0fe2 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}