Click or drag to resize

DOMClientGetContentQuadsAsync Method

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

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<GetContentQuadsResponse> GetContentQuadsAsync(
	int? nodeId = null,
	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