]> git.saurik.com Git - wxWidgets.git/commitdiff
note that drawpoint only takes into account pen color like the _other_ toolkit. ...
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 07:45:05 +0000 (07:45 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 07:45:05 +0000 (07:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dc.tex

index 0f44a7ed054b95a4aa98d7de6af23dcce9dc0668..a9fe39aa7e9aecd8943c957150aaf58ff14a0a1e 100644 (file)
@@ -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}