DOMClientGetContentQuadsAsync Method  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxpublic Task<GetContentQuadsResponse> GetContentQuadsAsync(
	int? nodeId = null,
	int? backendNodeId = null,
	string objectId = null
)
public:
Task<GetContentQuadsResponse^>^ GetContentQuadsAsync(
	Nullable<int> nodeId = nullptr, 
	Nullable<int> backendNodeId = nullptr, 
	String^ objectId = nullptr
)
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: 
TaskGetContentQuadsResponsereturns System.Threading.Tasks.Task<GetContentQuadsResponse>
See Also