Point<T> get size => new Point<T>(width, height);
set size(Point<T> point) { width = point.x; height = point.y; }