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