UITextField.GetCharacterRangeAtPoint(CGPoint) Method

Definition

Returns the character or characters at the point specified.

[Foundation.Export("characterRangeAtPoint:")]
public virtual UIKit.UITextRange GetCharacterRangeAtPoint (CoreGraphics.CGPoint point);
abstract member GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange
override this.GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange

Parameters

point
CGPoint

A point within the control.

Returns

Implements

Attributes

Applies to