]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
Small mods
[wxWidgets.git] / docs / latex / wx / dc.tex
index 7a5069793eb28c49cb7478dce20232b364956f87..9af5f09bc430f59f9737cc652972229e8db4c52e 100644 (file)
@@ -213,8 +213,7 @@ filling the shape.
  \param{double}{ start}, \param{double}{ end}}
 
 Draws an arc of an ellipse. The current pen is used for drawing the arc and
-the current brush is used for drawing the pie. This function is currently only available for
-X window and PostScript device contexts.
+the current brush is used for drawing the pie.
 
 {\it x} and {\it y} specify the x and y coordinates of the upper-left corner of the rectangle that contains
 the ellipse.
@@ -377,8 +376,8 @@ Ends a document page (only relevant when outputting to a printer).
 
 \func{void}{FloodFill}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{const wxColour\&}{ colour}, \param{int}{ style=wxFLOOD\_SURFACE}}
 
-Flood fills the device context starting from the given point, in the given colour,
-and using a style:
+Flood fills the device context starting from the given point, using
+the {\it current brush colour}, and using a style:
 
 \begin{itemize}\itemsep=0pt
 \item wxFLOOD\_SURFACE: the flooding occurs until a colour other than the given colour is encountered.