예제 #1
0
 /// <summary>
 ///     Gets all the supported NVIDIA display views (nView and Dualview modes) for this display.
 /// </summary>
 /// <returns></returns>
 public TargetViewMode[] GetSupportedViews()
 {
     return(DisplayApi.GetSupportedViews(Handle));
 }