diff tk/geometry.d @ 10:71ca82e0eb76

Checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sat, 11 Jul 2009 22:49:41 +0930
parents 58a8ad20b228
children f0ade1b49fe7
line wrap: on
line diff
--- a/tk/geometry.d	Sat Jul 11 22:06:09 2009 +0930
+++ b/tk/geometry.d	Sat Jul 11 22:49:41 2009 +0930
@@ -120,6 +120,10 @@
         return _position;
     }
 
+    Vector size() const {
+        return _size;
+    }
+
     alias position min_corner;
 
     Point max_corner() const {