]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
don't include MDI headers if !wxUSE_MDI
[wxWidgets.git] / docs / latex / wx / dc.tex
index ed4f54fcc9155e6c1d240a9255574ef04b738178..7a2c520f96080a6c5f09e583a201d2ccc2dad9fc 100644 (file)
@@ -319,7 +319,9 @@ This can be the simplest way of drawing bitmaps on a window.
 \func{void}{DrawLine}{\param{wxCoord}{ x1}, \param{wxCoord}{ y1}, \param{wxCoord}{ x2}, \param{wxCoord}{ y2}}
 
 Draws a line from the first point to the second. The current pen is used
-for drawing the line.
+for drawing the line. Note that the point $(x2, y2)$ is {\emph not} part of the
+line and is not drawn by this function (this is consistent with the behaviour
+of many other toolkits).
 
 \membersection{wxDC::DrawLines}\label{wxdcdrawlines}