IRenderHandlerGetScreenInfo Method |
Version 130.1.90
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.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax ScreenInfo? GetScreenInfo()
Nullable<ScreenInfo> GetScreenInfo()
Return Value
NullableScreenInfoReturn null if no screenInfo structure is provided.
See Also