Click or drag to resize

BrowserClientGetWindowBoundsAsync Method

Version 94.4.20
Get position and size of the browser window.

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<GetWindowBoundsResponse> GetWindowBoundsAsync(
	int windowId
)

Parameters

windowId
Type: SystemInt32
Browser window id.

Return Value

Type: TaskGetWindowBoundsResponse
returns System.Threading.Tasks.Task<GetWindowBoundsResponse>
See Also