Click or drag to resize
AB4D logo

D3D11ImageSource Methods

The D3D11ImageSource type exposes the following members.

Methods
 NameDescription
Public methodClearBackBuffer ClearBackBuffer clears the D3DImage's BackBuffer
Public methodDispose Dispose
Public methodInitializeBackBuffer InitializeBackBuffer uses the DirectX 11 back buffer and creates a DirectX 9 SharedResource from it. The SharedResources can than be used in the InvalidateBackBuffer method to pass the DirectX 11 back buffer to WPF.
Public methodInvalidateBackBuffer InvalidateBackBuffer marks the back buffer as dirty and sends it to WPF.
Top
See Also