From 87b72f94f3821ec664473cc11e269ab7a5e278c7 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 20 Jun 2005 14:43:52 +0000 Subject: [PATCH] Fix Error between Get and Set git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dc.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 2127df4f0d..121b397a5a 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -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}.