]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/image.h
document wxFileOffset
[wxWidgets.git] / interface / wx / image.h
index 67710f92e40af1638b52ad2e7ab6bc181f8ebed9..4358c0e4da6f3906e08838c2bd20cdcf360e26eb 100644 (file)
@@ -705,6 +705,8 @@ public:
 
     /**
         Gets the height of the image in pixels.
+
+        @see GetWidth(), GetSize()
     */
     int GetHeight() const;
 
@@ -876,6 +878,15 @@ public:
     */
     wxImage GetSubImage(const wxRect& rect) const;
 
+    /**
+        Returns the size of the image in pixels.
+
+        @since 2.9.0
+
+        @see GetHeight(), GetWidth()
+    */
+    wxSize GetSize() const;
+
     /**
         Gets the type of image found by LoadFile() or specified with SaveFile().
 
@@ -886,7 +897,7 @@ public:
     /**
         Gets the width of the image in pixels.
 
-        @see GetHeight()
+        @see GetHeight(), GetSize()
     */
     int GetWidth() const;