From 900491787c89e1e001f39ef114c9b7eb8ce3ae41 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Aug 2003 10:14:52 +0000 Subject: [PATCH] document that DrawLine() doesn't draw the last point git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dc.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index ed4f54fcc9..7a2c520f96 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -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} -- 2.50.0