Click or drag to resize

PageClientGetLayoutMetricsAsync Method

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

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

Return Value

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