Click or drag to resize

WritableBitmapRenderHandlerCopyOnlyDirtyRect Property

Version 111.2.70
When true if the Dirty Rect (rectangle that's to be updated) is smaller than the full width/height then only copy the Dirty Rect from the CEF native buffer to our own managed buffer. Set to true to improve performance when only a small portion of the screen is updated. Defaults to false currently.

Namespace:  CefSharp.Wpf.Rendering
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public bool CopyOnlyDirtyRect { get; set; }

Property Value

Type: Boolean
See Also