UITextInputTokenizer.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.
The UITextPosition for the specified position, for a given granularity and direction.
[Foundation.Export("positionFromPosition:toBoundary:inDirection:")]
public abstract 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
Implements
- Attributes