Click or drag to resize

ChromiumWebBrowserGetScreenInfo Method

Version 86.0.240
Gets the ScreenInfo - currently used to get the DPI scale factor.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
protected virtual Nullable<ScreenInfo> GetScreenInfo()

Return Value

Type: NullableScreenInfo
ScreenInfo containing the current DPI scale factor
See Also