======Метод Console.MoveBufferArea(Int32, Int32, Int32, Int32, Int32, Int32)====== Копирует заданную исходную область буфера экрана в заданную область назначения. * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop) **Параметры** * //sourceLeft// * Тип: [[developers:references:system.int32|System.Int32]] * Крайний слева столбец исходной области. * //sourceTop// * Тип: [[developers:references:system.int32|System.Int32]] * Самая верхняя строка исходной области. * //sourceWidth// * Тип: [[developers:references:system.int32|System.Int32]] * Общее число столбцов в исходной области. * //sourceHeight// * Тип: [[developers:references:system.int32|System.Int32]] * Общее число строк в исходной области. * //targetLeft// * Тип: [[developers:references:system.int32|System.Int32]] * Крайний слева столбец области назначения. * //targetTop// * Тип: [[developers:references:system.int32|System.Int32]] * Самая верхняя строка области назначения.