X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce9a75d225a393cd09681aeda19bec908e4c622d..7e9a386e10bf434956b4deb1e9a1cd45693c947f:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index c99c8a9ecd..fb4e77ba28 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -437,8 +437,8 @@ mimetype to the named file} \func{wxImage}{Rescale}{\param{int}{ width}, \param{int}{ height}} -Changes the size of the image in-place: after a call to this function, thei -mage will have the given width and height. +Changes the size of the image in-place: after a call to this function, the +image will have the given width and height. \wxheading{See also} @@ -478,6 +478,13 @@ Example: \helpref{Rescale}{wximagerescale} +\membersection{wxImage::GetSubImage}\label{wximagegetsubimage} + +\constfunc{wxImage}{GetSubImage}{\param{const wxRect&}{rect}} + +Returns a sub image of the current one as long as the rect belongs entirely to +the image. + \membersection{wxImage::SetData}\label{wximagesetdata} \func{void}{SetData}{\param{unsigned char*}{data}}