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

◆ WindowWidth

int System.ConsolePal.WindowWidth
staticgetset

Definition at line 461 of file ConsolePal.cs.

462 {
463 get
464 {
465 global::Interop.Kernel32.CONSOLE_SCREEN_BUFFER_INFO bufferInfo = GetBufferInfo();
466 return bufferInfo.srWindow.Right - bufferInfo.srWindow.Left + 1;
467 }
468 set
469 {
471 }
472 }
static int WindowHeight
static unsafe void SetWindowSize(int width, int height)
static global::Interop.Kernel32.CONSOLE_SCREEN_BUFFER_INFO GetBufferInfo()