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 입니다.

적용 대상