/// <summary> /// Clear the graphics screen of all drawn objects /// </summary> public static void ClearGraphics() { manager.ClearGraphics(); }