# File mrplot/helpers.rb, line 123
    def Size.frompoint(point)
      Size.new(point.x, point.y)
    end