UITextInputStringTokenizer.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 from the specified position, for a given granularity and direction.
[Foundation.Export("positionFromPosition:toBoundary:inDirection:")]
public virtual UIKit.UITextPosition GetPosition (UIKit.UITextPosition fromPosition, UIKit.UITextGranularity toBoundary, UIKit.UITextDirection inDirection);
abstract member GetPosition : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> UIKit.UITextPosition
override this.GetPosition : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> UIKit.UITextPosition
Parameters
- fromPosition
- UITextPosition
- toBoundary
- UITextGranularity
- inDirection
- UITextDirection
Returns
Implements
- Attributes