# File lib/rubygame/surface.rb, line 333
  def make_rect()
    return Rubygame::Rect.new( 0, 0, self.w, self.h )
  end