# File mrplot/helpers.rb, line 93
    def Point.fromsize(size)
      Point.new(size.width, size.height)
    end