Share via


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.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextRange GetCharacterRangeAtPoint(CoreGraphics.CGPoint point);
[<Foundation.Export("characterRangeAtPoint:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange
override this.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