Reversed the meaning of black and white in wxRegion::ConvertToBitmap

so it matches the menaning of black and white in wxMask


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-05-03 17:56:30 +00:00
parent 35825a5dcc
commit 6f9fbb55ab
11 changed files with 12 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ all or some part of the region is contained in this region.
\constfunc{wxBitmap}{ConvertToBitmap}{}
Convert the region to a black and white bitmap with the black pixels
Convert the region to a black and white bitmap with the white pixels
being inside the region.
\membersection{wxRegion::GetBox}\label{wxregiongetbox}