IUITextInput.GetCharacterRangeAtPoint(CGPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檔中存在於指定點的字元或字元範圍。
[Foundation.Export("characterRangeAtPoint:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange GetCharacterRangeAtPoint(CoreGraphics.CGPoint point);
abstract member GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange
參數
- point
- CGPoint
在正在繪製檔文字的檢視中指向 。
傳回
取得正在繪製檔文字之檢視中的點。
- 屬性