Click or drag to resize

OverlayClientHighlightQuadAsync Method

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

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

Parameters

quad  Double
Quad to highlight
color  RGBA  (Optional)
The highlight fill color (default: transparent).
outlineColor  RGBA  (Optional)
The highlight outline color (default: transparent).

Return Value

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