]> Shamusworld >> Repos - architektonas/blobdiff - src/rect.h
Fix for Print Preview for centering of drawing on page.
[architektonas] / src / rect.h
index 2689bae3f5469e15bc73873c07b168bba623b919..0098a8d54cd32066d2a0a5e6b3a969f4422206ec 100644 (file)
@@ -24,8 +24,9 @@ struct Rect
        double Height(void);
        bool Contains(Point p);
        Point TopLeft(void);
+       Point TopRight(void);
+       Point BottomLeft(void);
        Point BottomRight(void);
 };
 
 #endif // __RECT_H__
-