]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/image.h
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as...
[wxWidgets.git] / interface / image.h
index fd1fbc20819f5869899903863f7fe74063e89da2..ef66408ff0f3542516d9a66bab54c2ec8626b9ad 100644 (file)
@@ -626,6 +626,12 @@ public:
     */
     wxImage GetSubImage(const wxRect& rect) const;
 
+    /**
+        Gets the type of image found by LoadFile or specified with SaveFile
+        @since 2.9.0
+    */
+    wxBitmapType GetType() const;
+
     /**
         Gets the width of the image in pixels.