Click or drag to resize

LayoutTreeSnapshot Class

Version 102.0.100
Table of details of an element in the DOM tree with a LayoutObject.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.DOMSnapshotLayoutTreeSnapshot

Namespace:  CefSharp.DevTools.DOMSnapshot
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public class LayoutTreeSnapshot : DevToolsDomainEntityBase

The LayoutTreeSnapshot type exposes the following members.

Constructors
  NameDescription
Public methodLayoutTreeSnapshot
Initializes a new instance of the LayoutTreeSnapshot class
Top
Properties
  NameDescription
Public propertyBlendedBackgroundColors
The list of background colors that are blended with colors of overlapping elements.
Public propertyBounds
The absolute position bounding box.
Public propertyClientRects
The client rect of nodes. Only available when includeDOMRects is set to true
Public propertyNodeIndex
Index of the corresponding node in the `NodeTreeSnapshot` array returned by `captureSnapshot`.
Public propertyOffsetRects
The offset rect of nodes. Only available when includeDOMRects is set to true
Public propertyPaintOrders
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.
Public propertyScrollRects
The scroll rect of nodes. Only available when includeDOMRects is set to true
Public propertyStackingContexts
Stacking context information.
Public propertyStyles
Array of indexes specifying computed style strings, filtered according to the `computedStyles` parameter passed to `captureSnapshot`.
Public propertyText
Contents of the LayoutText, if any.
Public propertyTextColorOpacities
The list of computed text opacities.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDictionary (Inherited from DevToolsDomainEntityBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also