X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..566e85f6ec147263f086847e0317f46705924903:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 118bbafc00..aa858fa218 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} @@ -313,7 +313,7 @@ true if the call succeeded, false otherwise. \membersection{wxImage::Destroy}\label{wximagedestroy} -\func{bool}{Destroy}{\void} +\func{void}{Destroy}{\void} Destroys the image data.