Partager via


D3DImage.IsFrontBufferAvailableChanged Événement

Définition

Se produit quand la propriété IsFrontBufferAvailable change.

public:
 event System::Windows::DependencyPropertyChangedEventHandler ^ IsFrontBufferAvailableChanged;
public event System.Windows.DependencyPropertyChangedEventHandler IsFrontBufferAvailableChanged;
member this.IsFrontBufferAvailableChanged : System.Windows.DependencyPropertyChangedEventHandler 
Public Custom Event IsFrontBufferAvailableChanged As DependencyPropertyChangedEventHandler 

Type d'événement

Remarques

Gérez le IsFrontBufferAvailableChanged pour être averti lorsque le status de la mémoire tampon frontale change. La façon dont votre application répond à l’indisponibilité de la mémoire tampon frontale dépend de l’activation ou non de WPF pour revenir au rendu logiciel. La SetBackBuffer méthode a une surcharge qui prend un paramètre qui spécifie si WPF revient au rendu logiciel. Pour plus d’informations, consultez les remarques de la D3DImage classe .

S’applique à

Voir aussi