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
。