Represents a class for a hit test result from a hit test that uses a Point.
- Inheritance:
-
object
Hit
Test objectResult
Constructors
PointHitTestResult(IUIElement, Point)
Initializes a new instance of the PointHitTestResult
class.
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.