|
DXImageInvalidateD3DImage Method |
Refresh method updates the underlying D3D11ImageSource with marking it dirty so WPF will update it.
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntax public void InvalidateD3DImage(
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