Click or drag to resize

BrowserClientSetWindowBoundsAsync Method

Version 94.4.20
Set position and/or 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<DevToolsMethodResponse> SetWindowBoundsAsync(
	int windowId,
	Bounds bounds
)

Parameters

windowId
Type: SystemInt32
Browser window id.
bounds
Type: CefSharp.DevTools.BrowserBounds
New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combinedwith 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also