言語

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。そのようなnullが見つからない場合はIInputElement

適用対象