AdornerLayer.AdornerHitTest(Point) 方法

定义

获取指定点的 AdornerHitTestResult

public:
 System::Windows::Media::AdornerHitTestResult ^ AdornerHitTest(System::Windows::Point point);
public System.Windows.Media.AdornerHitTestResult AdornerHitTest (System.Windows.Point point);
member this.AdornerHitTest : System.Windows.Point -> System.Windows.Media.AdornerHitTestResult
Public Function AdornerHitTest (point As Point) As AdornerHitTestResult

参数

point
Point

要进行命中测试的点。

返回

指定点的 AdornerHitTestResult

注解

包含AdornerHitTestResultVisual命中的 以及视觉对象所属的装饰器。

适用于