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

備註

AdornerHitTestResult包含 Visual 已叫用的 ,以及視覺效果所屬的裝飾項。

適用於