IUITextInput.GetCharacterRangeAtPoint(CGPoint) Method

Definition

Gets the character or a range of characters in a document that exists at a given point.

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

Parameters

point
CGPoint

Point in a view where document text is being drawn.

Returns

Gets the point in a view where the document text is being drawn.

Attributes

Applies to