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.