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.
Returns the next toBoundary type of boundary in the inDirection direction from fromPosition.
[Foundation.Export("positionFromPosition:toBoundary:inDirection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextPosition GetPosition(UIKit.UITextPosition fromPosition, UIKit.UITextGranularity toBoundary, UIKit.UITextDirection inDirection);
[<Foundation.Export("positionFromPosition:toBoundary:inDirection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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