 |
D3DImageSourceInvalidateBackBuffer Method |
InvalidateBackBuffer marks the back buffer as dirty and sends it to WPF.
Namespace: Ab4d.SharpEngine.Wpf.ControlsAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic 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