Exemplo n.º 1
0
 /// <summary>
 /// Removes the display overlay from the player. Same as Player.Overlay.Window = null.
 /// </summary>
 public void Remove()
 {
     _base.AV_RemoveOverlay(true);
 }