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