Click or drag to resize

LayerTreeClientCompositingReasonsAsync Method

Version 102.0.100
Provides the reasons why the given layer was composited.

Namespace:  CefSharp.DevTools.LayerTree
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<CompositingReasonsResponse> CompositingReasonsAsync(
	string layerId
)

Parameters

layerId
Type: SystemString
The id of the layer for which we want to get the reasons it was composited.

Return Value

Type: TaskCompositingReasonsResponse
returns System.Threading.Tasks.Task<CompositingReasonsResponse>
See Also