/// <summary>
 /// Sets the current GV mode.
 /// </summary>
 /// <param name="mode">new GV mode.</param>
 public static void SetGVMode(GVMode mode)
 {
     PInvoke.setgvmode((int)mode);
 }
 /// <summary>
 /// Sets the current GV mode.
 /// </summary>
 /// <param name="mode">new GV mode.</param>
 public static void SetGVMode(GVMode mode)
 {
     PInvoke.setgvmode((int)mode);
 }