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