public static int GetMaxFPS() { if (screenProcess != null) { return(screenProcess.GetMaxFPS()); } return(0); }