# File lib\Win32/Console.rb, line 720 def Scroll( left1, top1, right1, bottom1, col, row, char, attr, left2, top2, right2, bottom2 ) API.ScrollConsoleScreenBuffer(@handle, left1, top1, right1, bottom1, col, row, char, attr, left2, top2, right2, bottom2) end