From: Ryan Norton Date: Fri, 24 Sep 2004 07:45:05 +0000 (+0000) Subject: note that drawpoint only takes into account pen color like the _other_ toolkit. ... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c2752843a35456778402aa200e48058455182d8?ds=inline note that drawpoint only takes into account pen color like the _other_ toolkit. Note for tracker bug [ 844761 ] wxDC::DrawPoint ignores pen size git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 0f44a7ed05..a9fe39aa7e 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -429,7 +429,7 @@ The polygons maybe disjoint or overlapping. Each polygon specified in a call to \func{void}{DrawPoint}{\param{wxCoord}{ x}, \param{wxCoord}{ y}} -Draws a point using the current pen. +Draws a point using the color of the current pen. Note that the other properties of the pen are not used, such as width etc.. \membersection{wxDC::DrawRectangle}\label{wxdcdrawrectangle}