public static int getScreenTotalHeight() { return(DllUtils.GetSystemMetrics(79)); }
public static int getScreenTotalWidth() { return(DllUtils.GetSystemMetrics(78)); }