Console.MoveBufferArea Method in C#
Console.MoveBufferArea Method is used to move the specified screen area to destination area. Syntax: public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop); Parameters: sourceLeft: The leftmost column of the source area. so