]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/image.tex
Added project files for STC; fixed wxStringList memory leaks; small doc changes;
[wxWidgets.git] / docs / latex / wx / image.tex
index f913b2b6bac2e53f6cdff0397b2a47b7255dccdb..68e11bd14c91d1b9b05857f9c2822b5e2fc4e653 100644 (file)
@@ -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.