]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/image.h
Fix incorrect use of word "alternative" in the documentation.
[wxWidgets.git] / interface / wx / image.h
index b083796d72434ae5719689c26732d057983ffb06..fa58c8cf25e390a362eb1d360e43f72181281454 100644 (file)
@@ -728,6 +728,13 @@ public:
     */
     wxImage Rotate90(bool clockwise = true) const;
 
+    /**
+        Returns a copy of the image rotated by 180 degrees.
+
+        @since 2.9.2
+    */
+    wxImage Rotate180() const;
+
     /**
         Rotates the hue of each pixel in the image by @e angle, which is a double in
         the range of -1.0 to +1.0, where -1.0 corresponds to -360 degrees and +1.0