Creates a Vector2 starting in top left and going to (width, height).
Vector2 toVector2() => Vector2(width, height);