ChromiumWebBrowserGetScreenInfo Method |
Version 63.0.0
Gets the ScreenInfo - currently used to get the DPI scale factor.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual ScreenInfo GetScreenInfo()
protected:
virtual ScreenInfo GetScreenInfo()
Return Value
Type:
ScreenInfoScreenInfo containing the current DPI scale factor
See Also