Click or drag to resize

OverlayClientHighlightQuadAsync Method

Version 86.0.240
Highlights given quad. Coordinates are absolute with respect to the main frame viewport.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> HighlightQuadAsync(
	long[] quad,
	RGBA color = null,
	RGBA outlineColor = null
)

Parameters

quad
Type: SystemInt64
Quad to highlight
color (Optional)
Type: CefSharp.DevTools.DOMRGBA
The highlight fill color (default: transparent).
outlineColor (Optional)
Type: CefSharp.DevTools.DOMRGBA
The highlight outline color (default: transparent).

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also