Click or drag to resize

PointInspection Class

Provides information about a DOM node at the specified point inside the loaded document.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.DomPointInspection

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class PointInspection

The PointInspection type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteImageUrl
Gets the absolute URL of the image located at the point.
Public propertyAbsoluteLinkUrl
Gets the absolute URL of the link DOM element at the specified point. Returns an empty string if there is no link at the point.
Public propertyLocalPoint
Gets the coordinates of the point relative to the node.
Public propertyNode
Gets the node at the specified point.
Public propertyUrlNode
Gets the link node when a link is located at the point.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also