ChromiumWebBrowserNotifyDpiChange Method  | 
Version 87.1.132 
            Manually notify the browser the DPI of the parent window has changed.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic virtual void NotifyDpiChange(
	float newDpi
)
public:
virtual void NotifyDpiChange(
	float newDpi
)
Parameters
- newDpi
 - Type: SystemSingle
new DPI 
Remarks.Net 4.6.2 adds HwndSource.DpiChanged which could be used to automatically
            handle DPI change, unfortunately we still target .Net 4.5.2
See Also