Click or drag to resize

PointInspectionLocalPoint Property

Gets the coordinates of the point relative to the node.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Point LocalPoint { get; }

Property Value

Type: Point
The coordinates of the point relative to the node.
See Also