LayoutTreeNode Class |
Namespace: CefSharp.DevTools.DOMSnapshot
The LayoutTreeNode type exposes the following members.
Name | Description | |
---|---|---|
LayoutTreeNode | Initializes a new instance of the LayoutTreeNode class |
Name | Description | |
---|---|---|
BoundingBox |
The bounding box in document coordinates. Note that scroll offset of the document is ignored.
| |
DomNodeIndex |
The index of the related DOM node in the `domNodes` array returned by `getSnapshot`.
| |
InlineTextNodes |
The post-layout inline text nodes, if any.
| |
IsStackingContext |
Set to true to indicate the element begins a new stacking context.
| |
LayoutText |
Contents of the LayoutText, if any.
| |
PaintOrder |
Global paint order index, which is determined by the stacking order of the nodes. Nodes
that are painted together will have the same index. Only provided if includePaintOrder in
getSnapshot was true.
| |
StyleIndex |
Index into the `computedStyles` array returned by `getSnapshot`.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToDictionary | (Inherited from DevToolsDomainEntityBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |