Applied FloodFill patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-01 21:40:42 +00:00
parent 0102f092ed
commit b1699cd397
11 changed files with 464 additions and 17 deletions

View File

@@ -497,7 +497,8 @@ the {\it current brush colour}, and using a style:
\item wxFLOOD\_BORDER: the area to be flooded is bounded by the given colour.
\end{itemize}
{\it Note:} this function is available in MS Windows only.
{\it Note:} The present implementation for non-Windows platforms may fail to find
colour borders if the pixels do not match the colour exactly.
\membersection{wxDC::GetBackground}\label{wxdcgetbackground}