Język

TextBlock.InputHitTestCore(Point) Metoda

Definicja

Zwraca wartość IInputElement o określonej Point wartości 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 współrzędnej TextBlockobiektu , dla którego ma być zwracany odpowiadający IInputElementelement .

Zwraca

Znaleziony IInputElement w określonym punkcie lub null jeśli tak nie IInputElement można znaleźć.

Dotyczy