WritableBitmapRenderHandlerCopyOnlyDirtyRect Property |
Version 106.0.290
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: 106.0.290.0 (106.0.290.0)
Syntax public bool CopyOnlyDirtyRect { get; set; }
public:
property bool CopyOnlyDirtyRect {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also