Click or drag to resize

PageClientGetLayoutMetricsAsync Method

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

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

Return Value

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