X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31fd9b6bab1130c2f9b4247cf5116c4e8d35a17f..3da93aae505563c359f58b357e6c79cd117c5320:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index b77ec8f799..f913b2b6ba 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -49,7 +49,7 @@ PNM format, {\bf wxPNMHandler} will always save as raw RGB. \wxheading{See also} -\helpref{wxBitmap}{wxbitmap} +\helpref{wxBitmap}{wxbitmap}, \helpref{wxInitAllImageHandlers}{wxinitallimagehandlers} \latexignore{\rtfignore{\wxheading{Members}}} @@ -505,6 +505,16 @@ Returns the (modified) image itself. \helpref{Scale}{wximagescale} +\membersection{wxImage::Rotate}\label{wximagererotate} + +\func{wxImage}{Rotate}{\param{double}{ angle}, \param{const wxPoint\& }{rotationCentre}, + \param{bool}{ interpolating = TRUE}, \param{wxPoint*}{ offsetAfterRotation = NULL}} + +Rotates the image about the given point, by {\it angle} radians. Passing TRUE +to {\it interpolating} results in better image quality, but is slower. + +Returns the rotated image, leaving this image intact. + \membersection{wxImage::Scale}\label{wximagescale} \constfunc{wxImage}{Scale}{\param{int}{ width}, \param{int}{ height}}