MoveBufferArea

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TSystemConsole class > Methods >

MoveBufferArea

Previous pageReturn to chapter overviewNext page

Copies a specified source area of the screen buffer to a specified destination area.

 

sourceLeft - The leftmost column of the source area.

sourceTop - The topmost row of the source area.

sourceWidth - The number of columns in the source area.

sourceHeight - The number of rows in the source area.

targetLeft - The leftmost column of the destination area.

targetTop - The topmost row of the destination area.

sourceChar - The character used to fill the source area.

sourceForeColor - The foreground color used to fill the source area.

sourceBackColor - The background color used to fill the source area.

MoveBufferArea                 PROCEDURE(LONG sourceLeft, LONG sourceTop, LONG sourceWidth, LONG sourceHeight, LONG targetLeft, LONG targetTop, USHORT sourceChar = 0, LONG sourceForeColor = 0, LONG sourceBackColor = 0)