# File lib/rubygame/rect.rb, line 247
        def topleft=(topleft)
                self[0,2] = topleft
                return topleft
        end