IRenderHandlerGetScreenInfo Method |
Version 118.6.80
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: 118.6.80.0 (118.6.80.0)
Syntax ScreenInfo? GetScreenInfo()
Nullable<ScreenInfo> GetScreenInfo()
Return Value
Type:
NullableScreenInfoReturn null if no screenInfo structure is provided.
See Also