Click or drag to resize

DOMClientGetContentQuadsAsync Method

Version 86.0.240
Returns quads that describe node position on the page. This method might return multiple quads for inline nodes.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetContentQuadsResponse> GetContentQuadsAsync(
	Nullable<int> nodeId = null,
	Nullable<int> backendNodeId = null,
	string objectId = null
)

Parameters

nodeId (Optional)
Type: SystemNullableInt32
Identifier of the node.
backendNodeId (Optional)
Type: SystemNullableInt32
Identifier of the backend node.
objectId (Optional)
Type: SystemString
JavaScript object id of the node wrapper.

Return Value

Type: TaskGetContentQuadsResponse
returns System.Threading.Tasks.Task<GetContentQuadsResponse>
See Also