]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix Error between Get and Set
authorChris Elliott <biol75@york.ac.uk>
Mon, 20 Jun 2005 14:43:52 +0000 (14:43 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 20 Jun 2005 14:43:52 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dc.tex

index 2127df4f0d49c81f19c2793d7499440284d6fb5d..121b397a5a7743a0373bfb132229db4f03bbc871 100644 (file)
@@ -704,7 +704,7 @@ Gets the current pen (see \helpref{wxDC::SetPen}{wxdcsetpen}).
 
 \func{bool}{GetPixel}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxColour *}{colour}}
 
-Sets {\it colour} to the colour at the specified location.
+Gets in {\it colour} the colour at the specified location.
 Not available for wxPostScriptDC or wxMetafileDC.
 
 Note that setting a pixel can be done using \helpref{DrawPoint}{wxdcdrawpoint}.