From 1219a187406d9b50bbfa336567da963555307f17 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Sat, 22 Sep 2007 01:30:48 +0000 Subject: [PATCH] Corrected doc typo (missing escaped underscore). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dc.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 151fb40af2..ac4ea3ffe7 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -493,11 +493,9 @@ the strange effects X produces when the corners are too big for the rectangle. -docs/latex/wx/dc.tex - \membersection{wxDC::DrawScaledBitmap}\label{wxdcdrawscaledbitmap} -\func{void}{DrawScaledBitmap}{\param{const wxBitmap\&}{ bitmap}, \param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxCoord}{ w}, \param{wxCoord}{ h}, \param{bool}{ transparent}, \param{int}{ quality = wxIMAGE_QUALITY_NORMAL}} +\func{void}{DrawScaledBitmap}{\param{const wxBitmap\&}{ bitmap}, \param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxCoord}{ w}, \param{wxCoord}{ h}, \param{bool}{ transparent}, \param{int}{ quality = wxIMAGE\_QUALITY\_NORMAL}} Draw a bitmap on the device context at the specified point and resize it to the specified size. If {\it transparent} is true and the bitmap has a transparency mask, the bitmap will be drawn transparently. -- 2.47.2