예제 #1
0
 /// <summary>
 /// Sets the display to a full screen Display.  This overload uses the
 /// desktop resolution for the full-screen Display.
 /// </summary>
 /// <remarks>
 /// This call is not guaranteed to work; some drivers (eg. GDI) don't support
 /// fullscreen displays.  If this fails it returns without any error
 /// thrown.  Check to see if it worked by examining IsFullScreen property.
 /// </remarks>
 public void SetFullScreen()
 {
     impl.SetFullScreen();
 }