Click or drag to resize

PageClientGetLayoutMetricsAsync Method

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

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

Return Value

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