D3DImage.IsFrontBufferAvailableChanged Evento

Definizione

Si verifica quando la proprietà IsFrontBufferAvailable cambia.

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

Tipo evento

Commenti

Gestire l'oggetto IsFrontBufferAvailableChanged da ricevere una notifica quando lo stato del buffer anteriore cambia. Il modo in cui l'applicazione risponde al buffer anteriore che diventa non disponibile dipende dal fatto che WPF sia abilitato per il fallback al rendering software. Il SetBackBuffer metodo ha un overload che accetta un parametro che specifica se WPF torna al rendering software. Per altre informazioni, vedere le osservazioni nella D3DImage classe.

Si applica a

Vedi anche