TextBlock.IContentHost.InputHitTest(Point) Metoda

Definicja

Ta metoda obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczona do użycia bezpośrednio z kodu. Zamiast tego należy użyć metody bezpiecznej InputHitTestCore(Point) typu.

 virtual System::Windows::IInputElement ^ System.Windows.IContentHost.InputHitTest(System::Windows::Point point) = System::Windows::IContentHost::InputHitTest;
System.Windows.IInputElement IContentHost.InputHitTest (System.Windows.Point point);
abstract member System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
override this.System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Function InputHitTest (point As Point) As IInputElement Implements IContentHost.InputHitTest

Parametry

point
Point

Współrzędne myszy względem hosta zawartości.

Zwraca

Element, który został trafiony.

Implementuje

Dotyczy