Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MoveBufferArea() [1/2]

static void System.Console.MoveBufferArea ( int sourceLeft,
int sourceTop,
int sourceWidth,
int sourceHeight,
int targetLeft,
int targetTop )
inlinestatic

Definition at line 588 of file Console.cs.

589 {
590 ConsolePal.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, ' ', ConsoleColor.Black, BackgroundColor);
591 }
static ConsoleColor BackgroundColor
Definition Console.cs:260

References System.Console.BackgroundColor, and System.ConsolePal.MoveBufferArea().