IUITextInput.GetPositionWithinRange 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 a position within a specified range.
[Foundation.Export("positionWithinRange:farthestInDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextPosition GetPositionWithinRange (UIKit.UITextRange range, UIKit.UITextLayoutDirection direction);
abstract member GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition
Parameters
- range
- UITextRange
A UITextRange object indicating the range of a document's text.
- direction
- UITextLayoutDirection
A constant indicating direction for storage.
Returns
A position within a specified range.
- Attributes