Corrected doc typo (missing escaped underscore).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user