X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a632f1056d7894daca7342394c1db9b61f6aecf..0d3a69ec7039f1c77bb3c23d1bfabb13d5df223f:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index f913b2b6ba..68e11bd14c 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -505,13 +505,15 @@ Returns the (modified) image itself. \helpref{Scale}{wximagescale} -\membersection{wxImage::Rotate}\label{wximagererotate} +\membersection{wxImage::Rotate}\label{wximagerotate} \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. +to {\it interpolating} results in better image quality, but is slower. If the +image has a mask, then the mask colour is used for the uncovered pixels in the +rotated image background. Else, black (rgb 0, 0, 0) will be used. Returns the rotated image, leaving this image intact.