OverlayClientSetShowPaintRectsAsync Method |
Version 87.1.132
Requests that backend shows paint rectangles
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.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