In This Article

PointHitTestResult Class

Represents a class for a hit test result from a hit test that uses a Point.

public class PointHitTestResult : HitTestResult
Inheritance:
object HitTestResult object

Constructors

PointHitTestResult(IUIElement, Point)

Initializes a new instance of the PointHitTestResult class.

public PointHitTestResult(IUIElement element, Point point)
Parameter Type Description
element IUIElement

The IUIElement that was hit.

point Point

The Point that was hit.

Properties

Point

Gets the Point that was hit.

public Point Point { get; }

Property Value

Point:

The Point that was hit.

Inherited Members