TextBlock.InputHitTestCore(Point) Metoda

Definicja

Zwraca wartość IInputElement w określoną Point w obiekcie 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

Parametry

point
Point

A Point, w przestrzeni TextBlockwspółrzędnych obiektu , dla którego ma być zwracany odpowiadający element IInputElement.

Zwraca

IInputElement

Element IInputElement znaleziony w określonym punkcie lub null jeśli nie można go IInputElement znaleźć.

Dotyczy