Hacky debug font system, performance counter.
[ipdf/code.git] / src / view.h
index 24ae6d9..5865f9a 100644 (file)
@@ -17,6 +17,8 @@ namespace IPDF
                        
                        void Translate(Real x, Real y);
                        void ScaleAroundPoint(Real x, Real y, Real scaleAmt);
+                       
+                       const Rect& GetBounds() const { return m_bounds; }
                
                private:
                        void DrawGrid();

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