# File mrplot/helpers.rb, line 170
    def initialize(x,y,width,height)
      @origin = Point.new(x,y)
      @size   = Size.new(width,height)
    end