X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a138829cb011bc427b61d30eb85a6c3ff658455..4c85ab7569677ff535c258c7f25ad428ba1ed406:/docs/latex/wx/dc.tex diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 8a4bf57e65..7a2a77b2a3 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -504,7 +504,7 @@ the rectangle. \membersection{wxDC::DrawSpline}\label{wxdcdrawspline} -\func{void}{DrawSpline}{\param{int }, \param{wxPoint }{points[]}} +\func{void}{DrawSpline}{\param{int }{n}, \param{wxPoint }{points[]}} Draws a spline between all given control points, using the current pen. @@ -907,8 +907,8 @@ doesn't contain anything. \param{bool}{ yBottomUp}} Sets the x and y axis orientation (i.e., the direction from lowest to -highest values on the axis). The default orientation is the natural -orientation, e.g. x axis from left to right and y axis from bottom up. +highest values on the axis). The default orientation is +x axis from left to right and y axis from top down. \wxheading{Parameters}