Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MoveBufferArea()
[2/2]
static void System.Console.MoveBufferArea
(
int
sourceLeft
,
int
sourceTop
,
int
sourceWidth
,
int
sourceHeight
,
int
targetLeft
,
int
targetTop
,
char
sourceChar
,
ConsoleColor
sourceForeColor
,
ConsoleColor
sourceBackColor
)
inline
static
Definition at line
594
of file
Console.cs
.
595
{
596
ConsolePal.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, sourceChar, sourceForeColor, sourceBackColor);
597
}
References
System.ConsolePal.MoveBufferArea()
.
System
Console
Generated by
1.10.0