# File lib/rubygame/surface.rb, line 471
  def clip
    Rubygame::Rect.new( SDL.GetClipRect(@struct).to_ary )
  end