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.
Inherited Members
- HitTestResult.Element
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()