]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
Add wxFormatInvalid, and tweak the docs for wxDataObject::GetDataHere and SetData
[wxWidgets.git] / interface / wx / graphics.h
index d2104f4425e6345fd7c5d63981289bc41a66f6e0..912763c38f60507cf54ca32ddf7cec7caf0965aa 100644 (file)
@@ -512,6 +512,14 @@ public:
                                           wxDouble tx = 0.0,
                                           wxDouble ty = 0.0) const;
 
+    /**
+        Creates a native affine transformation matrix from the passed
+        generic one.
+
+        @since 2.9.4
+    */
+    wxGraphicsMatrix CreateMatrix(const wxAffineMatrix2DBase& mat) const;
+
     /**
         Creates a native graphics path which is initially empty.
     */