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