示例#1
0
 public static int getScreenTotalHeight()
 {
     return(DllUtils.GetSystemMetrics(79));
 }
示例#2
0
 public static int getScreenTotalWidth()
 {
     return(DllUtils.GetSystemMetrics(78));
 }