WritableBitmapRenderHandlerCopyOnlyDirtyRect Property |
Version 130.1.90
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.RenderingAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool CopyOnlyDirtyRect { get; set; }
public:
property bool CopyOnlyDirtyRect {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also