![]() |
VOOZH | about |
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. 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.
Exceptions:
Example 1:
Output: 👁 Image
Example 2:
Output: 👁 Image
Note:
Reference: