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

适用于