D3DImage.IsFrontBufferAvailableChanged 事件

定義

當房產變更時 IsFrontBufferAvailable 發生。

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

事件類型

備註

處理 IsFrontBufferAvailableChanged 當前緩衝區狀態變更時的通知。 您的應用程式對前端緩衝區無法使用時的回應,取決於 WPF 是否能夠退回到軟體轉譯。 SetBackBuffer 方法具有多載,採用參數以指定 WPF 是否退回至軟體渲染。 如需更多資訊,請參閱 D3DImage 類別中的備註。

適用於

另請參閱