DefaultRenderHandlerGetViewRect Method |
Version 130.1.90
Called to retrieve the view rectangle which is relative to screen coordinates.
This method must always provide a non-empty rectangle.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public virtual Rect GetViewRect()
public:
virtual Rect GetViewRect()
Return Value
RectReturn a ViewRect strict containing the rectangle.
Implements
IRenderHandlerGetViewRectSee Also