Click or drag to resize

PageClientGetLayoutMetricsAsync Method

Version 88.2.90
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax
public Task<GetLayoutMetricsResponse> GetLayoutMetricsAsync()

Return Value

Type: TaskGetLayoutMetricsResponse
returns System.Threading.Tasks.Task<GetLayoutMetricsResponse>
See Also