Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract bool GetScreenInfo(
	CefBrowser browser,
	CefScreenInfo screenInfo
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
screenInfo
Type: Internal.Xilium.CefGlueCefScreenInfo

Return Value

Type: Boolean
See Also