Maximum columns for a Console in C#

前端 未结 1 1795
情深已故
情深已故 2021-02-12 19:11

In a C# console application I have discovered that you can use Console.SetWindowSize(160, 80); to set the size of the console window. This is great, except for the

1条回答
  •  梦毁少年i
    2021-02-12 19:39

    Console.LargestWindowWidth
    Console.LargestWindowHeight
    

    0 讨论(0)
提交回复
热议问题