TextBlock.InputHitTestCore(Point) Metodo

Definizione

Restituisce l’IInputElement per uno specifico Point all’interno del 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

Parametri

point
Point

Un Point nello spazio delle coordinate di TextBlock per il quale restituire il corrispondente IInputElement.

Restituisce

IInputElement

IInputElement trovato al punto specificato, o null se non è possibile reperire tale IInputElement.

Si applica a