C# 获取屏幕的大小
摘要:
C# 获取屏幕的大小来自http://www.cnblogs.com/zp89850/archive/2011/08/23/2151052.htmlWinForm:int iActulaWidth = Screen.PrimaryScreen.Bounds.Width;int iActulaHeight = Screen.PrimaryScreen.Bounds.Height ;WPF下的: double dWidth = System.Windows.SystemParameters.PrimaryScreenWidth;double dHeight = System.Windows.Sys 阅读全文
posted @ 2013-04-05 16:03 gisai 阅读(409) 评论(0) 推荐(0)
浙公网安备 33010602011771号