TextBlock.InputHitTestCore(Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。