Click or drag to resize
AB4D logo

D3D11ImageSourceInvalidateBackBuffer Method

InvalidateBackBuffer marks the back buffer as dirty and sends it to WPF.

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntax
C#
public void InvalidateBackBuffer(
	bool forceSetBackBuffer = true
)

Parameters

forceSetBackBuffer  Boolean  (Optional)
when true (by default), then the D3DImage.SetBackBuffer is always called; when false SetBackBuffer is only called when the dx9Surface is changed)
See Also