CefRenderHandlerGetScreenInfo Method |
Called to allow the client to fill in the CefScreenInfo object with
appropriate values. Return true if the |screen_info| structure has been
modified.
If the screen info rectangle is left empty the rectangle from GetViewRect
will be used. If the rectangle is still empty or invalid popups may not be
drawn correctly.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract bool GetScreenInfo(
CefBrowser browser,
CefScreenInfo screenInfo
)
Parameters
- browser CefBrowser
-
- screenInfo CefScreenInfo
-
Return Value
Boolean
See Also