IUITextInputTokenizer.GetPosition 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 next toBoundary
type of boundary in the inDirection
direction from fromPosition
.
[Foundation.Export("positionFromPosition:toBoundary:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextPosition GetPosition (UIKit.UITextPosition fromPosition, UIKit.UITextGranularity toBoundary, UIKit.UITextDirection inDirection);
abstract member GetPosition : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> UIKit.UITextPosition
Parameters
- fromPosition
- UITextPosition
- toBoundary
- UITextGranularity
- inDirection
- UITextDirection
Returns
- Attributes