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

適用対象