]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected doc typo (missing escaped underscore).
authorBryan Petty <bryan@ibaku.net>
Sat, 22 Sep 2007 01:30:48 +0000 (01:30 +0000)
committerBryan Petty <bryan@ibaku.net>
Sat, 22 Sep 2007 01:30:48 +0000 (01:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dc.tex

index 151fb40af2ff92b6f29a7f9c833a8a1cb3d92dd6..ac4ea3ffe7b122a27ed148738df5270607c2869a 100644 (file)
@@ -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.