| WritableBitmapRenderHandlerCopyOnlyDirtyRect Property  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic bool CopyOnlyDirtyRect { get; set; }public:
property bool CopyOnlyDirtyRect {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also