首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

C#怎么设屏幕的右下角的座标

2011-12-31 
C#如何设屏幕的右下角的座标如题[解决办法]System.Windows.Forms.SystemInformation.PrimaryMonitorSize.W

C#如何设屏幕的右下角的座标
如题


[解决办法]
System.Windows.Forms.SystemInformation.PrimaryMonitorSize.Width
System.Windows.Forms.SystemInformation.PrimaryMonitorSize.Height
[解决办法]

探讨
System.Windows.Forms.SystemInformation.PrimaryMonitorSize.Width
System.Windows.Forms.SystemInformation.PrimaryMonitorSize.Height

热点排行