Click or drag to resize

IBrowserHostNotifyScreenInfoChanged Method

Version 91.1.160
Send a notification to the browser that the screen info has changed. The browser will then call CefRenderHandler::GetScreenInfo to update the screen information with the new values. This simulates moving the webview window from one display to another, or changing the properties of the current display. This method is only used when window rendering is disabled.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
void NotifyScreenInfoChanged()
See Also