]> Shamusworld >> Repos - architektonas/blobdiff - src/rect.h
Added ability to manipulate Text objects.
[architektonas] / src / rect.h
index 0a8478a6b47cc461d80eb408777d3148018dc18c..2689bae3f5469e15bc73873c07b168bba623b919 100644 (file)
@@ -20,6 +20,11 @@ struct Rect
        void Normalize(void);
        void Translate(Point p);
        void Expand(double amt);
+       double Width(void);
+       double Height(void);
+       bool Contains(Point p);
+       Point TopLeft(void);
+       Point BottomRight(void);
 };
 
 #endif // __RECT_H__