Maximum columns for a Console in C#

前端 未结 1 1744
清酒与你
清酒与你 2021-02-12 19:05

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条回答
  •  爱一瞬间的悲伤
    2021-02-12 19:34

    Console.LargestWindowWidth
    Console.LargestWindowHeight
    

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