# File gtk/sample/misc/cairo-pong.rb, line 24
    def initialize(x, y, width, height)
      @x = x
      @y = y
      @width = width
      @height = height
    end