Click or drag to resize

LayoutTreeNode Class

Version 130.1.90
Details of an element in the DOM tree with a LayoutObject.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.DOMSnapshotLayoutTreeNode

Namespace: CefSharp.DevTools.DOMSnapshot
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class LayoutTreeNode : DevToolsDomainEntityBase

The LayoutTreeNode type exposes the following members.

Constructors
 NameDescription
Public methodLayoutTreeNodeInitializes a new instance of the LayoutTreeNode class
Top
Properties
 NameDescription
Public propertyBoundingBox The bounding box in document coordinates. Note that scroll offset of the document is ignored.
Public propertyDomNodeIndex The index of the related DOM node in the `domNodes` array returned by `getSnapshot`.
Public propertyInlineTextNodes The post-layout inline text nodes, if any.
Public propertyIsStackingContext Set to true to indicate the element begins a new stacking context.
Public propertyLayoutText Contents of the LayoutText, if any.
Public propertyPaintOrder 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.
Public propertyStyleIndex Index into the `computedStyles` array returned by `getSnapshot`.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also