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