LayerTreeClientCompositingReasonsAsync Method |
Version 130.1.90
Provides the reasons why the given layer was composited.
Namespace: CefSharp.DevTools.LayerTreeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<CompositingReasonsResponse> CompositingReasonsAsync(
string layerId
)
public:
Task<CompositingReasonsResponse^>^ CompositingReasonsAsync(
String^ layerId
)
Parameters
- layerId String
- The id of the layer for which we want to get the reasons it was composited.
Return Value
TaskCompositingReasonsResponsereturns System.Threading.Tasks.Task<CompositingReasonsResponse>
See Also