Click or drag to resize

IRenderHandlerGetViewRect Method

Version 67.0.0
Called to retrieve the view rectangle which is relative to screen coordinates.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
Nullable<Rect> GetViewRect()

Return Value

Type: NullableRect
Return a ViewRect strict containing the rectangle or null. If the rectangle is still empty or invalid popups may not be drawn correctly.
See Also