Click or drag to resize

IRenderHandlerGetScreenInfo Method

Version 71.0.0
Called to allow the client to return a ScreenInfo object with appropriate values. If null is returned then the rectangle from GetViewRect will be used. If the rectangle is still empty or invalid popups may not be drawn correctly.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax
Nullable<ScreenInfo> GetScreenInfo()

Return Value

Type: NullableScreenInfo
Return null if no screenInfo structure is provided.
See Also