TextBlock.InputHitTestCore(Point) 메서드

정의

IInputElement 내에서 지정된 Point에 있는 TextBlock를 반환합니다.

protected:
 virtual System::Windows::IInputElement ^ InputHitTestCore(System::Windows::Point point);
protected virtual System.Windows.IInputElement InputHitTestCore (System.Windows.Point point);
abstract member InputHitTestCore : System.Windows.Point -> System.Windows.IInputElement
override this.InputHitTestCore : System.Windows.Point -> System.Windows.IInputElement
Protected Overridable Function InputHitTestCore (point As Point) As IInputElement

매개 변수

point
Point

Point의 좌표 공간에서 해당 TextBlock를 반환할 IInputElement입니다.

반환

IInputElement

지정된 지점에 있는 IInputElement이거나, 이러한 IInputElement가 없으면 null입니다.

적용 대상