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

◆ WindowHeight

int System.ConsolePal.WindowHeight
staticgetset

Definition at line 474 of file ConsolePal.cs.

475 {
476 get
477 {
478 global::Interop.Kernel32.CONSOLE_SCREEN_BUFFER_INFO bufferInfo = GetBufferInfo();
479 return bufferInfo.srWindow.Bottom - bufferInfo.srWindow.Top + 1;
480 }
481 set
482 {
484 }
485 }
static unsafe void SetWindowSize(int width, int height)
static global::Interop.Kernel32.CONSOLE_SCREEN_BUFFER_INFO GetBufferInfo()
static int WindowWidth