how to get the screen size in Tao.Freeglut

Code Example - how to get the screen size in Tao.Freeglut

                
                        int width = glutGet(GLUT_SCREEN_WIDTH);
int height = glutGet(GLUT_SCREEN_HEIGHT);