AdornerHitTestResult Class
Represents data returned from calling the AdornerHitTest method.
Assembly: PresentationFramework (in PresentationFramework.dll)
System.Windows.Media.HitTestResult
System.Windows.Media.PointHitTestResult
System.Windows.Media.AdornerHitTestResult
| Name | Description | |
|---|---|---|
![]() | Adorner | Gets the visual that was hit. |
![]() | PointHit | Gets the point value that is returned from a hit test result.(Inherited from PointHitTestResult.) |
![]() | VisualHit | Gets the visual object that is returned from a hit test result.(Inherited from PointHitTestResult.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
In addition to the visual and point information provided by the base class PointHitTestResult, this class uses the value of the AdornerHitTestResult.Adorner property to return the Adorner that was hit (since there may be multiple Visuals in a single Adorner).
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


