LayoutTreeSnapshot Class |
Namespace: CefSharp.DevTools.DOMSnapshot
The LayoutTreeSnapshot type exposes the following members.
Name | Description | |
---|---|---|
LayoutTreeSnapshot | Initializes a new instance of the LayoutTreeSnapshot class |
Name | Description | |
---|---|---|
Bounds |
The absolute position bounding box.
| |
ClientRects |
The client rect of nodes. Only available when includeDOMRects is set to true
| |
NodeIndex |
Index of the corresponding node in the `NodeTreeSnapshot` array returned by `captureSnapshot`.
| |
OffsetRects |
The offset rect of nodes. Only available when includeDOMRects is set to true
| |
PaintOrders |
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
captureSnapshot was true.
| |
ScrollRects |
The scroll rect of nodes. Only available when includeDOMRects is set to true
| |
StackingContexts |
Stacking context information.
| |
Styles |
Array of indexes specifying computed style strings, filtered according to the `computedStyles` parameter passed to `captureSnapshot`.
| |
Text |
Contents of the LayoutText, if any.
|
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.) |