Fix RealToFloat test (hopefully)
[ipdf/code.git] / src / view.h
index 9a519b0..6b63799 100644 (file)
@@ -13,6 +13,9 @@ namespace IPDF
                        virtual ~View() {}
 
                        void Render();
+                       
+                       void Translate(Real x, Real y);
+                       void ScaleAroundPoint(Real x, Real y, Real scaleAmt);
                
                private:
                        Document & m_document;

UCC git Repository :: git.ucc.asn.au