OverlayClientSetShowPaintRectsAsync Method |
Version 94.4.20
Requests that backend shows paint rectangles
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax public Task<DevToolsMethodResponse> SetShowPaintRectsAsync(
bool result
)
public:
Task<DevToolsMethodResponse^>^ SetShowPaintRectsAsync(
bool result
)
Parameters
- result
- Type: SystemBoolean
True for showing paint rectangles
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also