# File lib/rubygame/rect.rb, line 599
        def make_rect()
                return Rect.new(0,0,self.width,self.height)
        end