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