主页 > 编程资料 > C# >
发布时间:2018-02-06 作者:apizl 阅读:268次
WinForm:
int Width = Screen.PrimaryScreen.Bounds.Width;
int Height = Screen.PrimaryScreen.Bounds.Height ;
WPF下的:
double dWidth = System.Windows.SystemParameters.PrimaryScreenWidth;
double dHeight = System.Windows.SystemParameters.PrimaryScreenHeight;


文章由爱资料原创本文地址:https://www.apizl.com/archives/view-133942-1.html,转载请以链接形式标明本文地址!
关键字词: