在C#中获得控制台最大的窗口高度和宽度
为了获得控制台的最大窗口高度,代码如下-
示例
using System;
public class Demo{
public static void Main(string[] args){
Console.WriteLine("Largest Window Height of the Console = "+Console.LargestWindowHeight);
}
}输出结果
这将产生以下输出-
Largest Window Height of the Console = 58
示例
为了获得控制台最大的窗口宽度,代码如下-
using System;
public class Demo{
public static void Main(string[] args){
Console.WriteLine("Largest Window Width of the Console = "+Console.LargestWindowWidth);
}
}输出结果
这将产生以下输出-
Largest Window Width of the Console = 190
热门推荐
10 圣诞祝福语简短小学
11 祖国七十华诞简短祝福语
12 老师送的祝福语简短
13 生日祝福语大全女生简短
14 祝女性生日祝福语简短
15 牛年女神节祝福语简短
16 情人表白祝福语简短大气
17 老公开业祝福语简短
18 官宣新年祝福语简短