TextBlock.InputHitTestCore(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
。