IUITextInput.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.
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