Click or drag to resize

ChromiumWebBrowserGetScreenInfo Method

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

Namespace: CefSharp.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual ScreenInfo? GetScreenInfo()

Return Value

NullableScreenInfo
ScreenInfo containing the current DPI scale factor
See Also