Click or drag to resize

DefaultRenderHandlerGetScreenInfo 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
public virtual Nullable<ScreenInfo> GetScreenInfo()

Return Value

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

Implements

IRenderHandlerGetScreenInfo
See Also