Click or drag to resize

DefaultRenderHandlerGetViewRect Method

Version 103.0.120
Called to retrieve the view rectangle which is relative to screen coordinates. This method must always provide a non-empty rectangle.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public virtual Rect GetViewRect()

Return Value

Type: Rect
Return a ViewRect strict containing the rectangle.

Implements

IRenderHandlerGetViewRect
See Also