Click or drag to resize

DefaultRenderHandler.OnPopupSize Method

Version 98.1.210
Called when the browser wants to move or resize the popup widget.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public virtual void OnPopupSize(
	Rect rect
)

Parameters

rect
Type: CefSharp.Structs.Rect
contains the new location and size in view coordinates.

Implements

IRenderHandler.OnPopupSize(Rect)
See Also