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。該当する IInputElement が見つからない場合は null
。