# File lib/rubygame/gfx.rb, line 578
  def flip( horz, vert )
    self.zoom( [ (horz ? -1.0 : 1.0), (vert ? -1.0 : 1.0)], false )
  end