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)

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

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

The IUIElement that was hit, if any.

point Point

The Point that was hit.

Properties

Point

The Point that was hit.

public Point Point { get; }

Property Value

Point

Inherited Members

Extension Methods