IContentHost.InputHitTest(Point) 方法

定义

对子元素执行命中测试。

public:
 System::Windows::IInputElement ^ InputHitTest(System::Windows::Point point);
public System.Windows.IInputElement InputHitTest (System.Windows.Point point);
abstract member InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Public Function InputHitTest (point As Point) As IInputElement

参数

point
Point

相对于 ContentHost 的鼠标坐标。

返回

IInputElement

IInputElement 的子代,或者,如果不存在此类元素,则为 NULL。

适用于