X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..df83b840bbf6441a0166848d49a093557e562926:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 118bbafc00..6f7bffd70c 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -8,7 +8,7 @@ it can be used for basic image manipulation. A wxImage cannot (currently) be drawn directly to a \helpref{wxDC}{wxdc}. Instead, a platform-specific \helpref{wxBitmap}{wxbitmap} object must be created from it using -the \helpref{wxBitmap::wxBitmap(wxImage,int depth)}{wxbitmapconstr} constructor. +the \helpref{wxBitmap::wxBitmap(wxImage,int depth)}{wxbitmapctor} constructor. This bitmap can then be drawn in a device context, using \helpref{wxDC::DrawBitmap}{wxdcdrawbitmap}. @@ -277,7 +277,7 @@ ConvertAlphaToMask does nothing. \constfunc{wxBitmap}{ConvertToBitmap}{\void} -Deprecated, use equivalent \helpref{wxBitmap constructor}{wxbitmapconstr} +Deprecated, use equivalent \helpref{wxBitmap constructor}{wxbitmapctor} (which takes wxImage and depth as its arguments) instead. \membersection{wxImage::ConvertToMono}\label{wxbitmapconverttomono}