IUITextInput.GetCharacterRangeAtPoint(CGPoint) 方法

定义

获取文档中存在于给定点的字符或字符范围。

[Foundation.Export("characterRangeAtPoint:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange GetCharacterRangeAtPoint(CoreGraphics.CGPoint point);
abstract member GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange

参数

point
CGPoint

指向正在绘制文档文本的视图中。

返回

获取视图中正在绘制文档文本的点。

属性

适用于