BrowserClientGetWindowBoundsAsync Method |
Version 130.1.90
Get position and size of the browser window.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetWindowBoundsResponse> GetWindowBoundsAsync(
int windowId
)
public:
Task<GetWindowBoundsResponse^>^ GetWindowBoundsAsync(
int windowId
)
Parameters
- windowId Int32
- Browser window id.
Return Value
TaskGetWindowBoundsResponsereturns System.Threading.Tasks.Task<GetWindowBoundsResponse>
See Also