Exemplo n.º 1
0
 public static int getScreenTotalHeight()
 {
     return(DllUtils.GetSystemMetrics(79));
 }
Exemplo n.º 2
0
 public static int getScreenTotalWidth()
 {
     return(DllUtils.GetSystemMetrics(78));
 }