UITextField.GetCharacterRangeAtPoint(CGPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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