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, найденный в указанной точке или значение null, если такой IInputElement не может быть найден.

Применяется к