AdornerLayer.AdornerHitTest(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定点的 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命中的 以及视觉对象所属的装饰器。