| ChromiumWebBrowserGetScreenInfo Method  | 
Version 118.6.80 
            Gets the ScreenInfo - currently used to get the DPI scale factor.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected virtual ScreenInfo? GetScreenInfo()
protected:
virtual Nullable<ScreenInfo> GetScreenInfo()
Return Value
Type: 
NullableScreenInfoScreenInfo containing the current DPI scale factor
 See Also
See Also