共用方式為


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

適用於