Fix Error between Get and Set

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2005-06-20 14:43:52 +00:00
parent af581392de
commit 87b72f94f3

View 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}} \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. Not available for wxPostScriptDC or wxMetafileDC.
Note that setting a pixel can be done using \helpref{DrawPoint}{wxdcdrawpoint}. Note that setting a pixel can be done using \helpref{DrawPoint}{wxdcdrawpoint}.