UITextInput_Extensions.GetPosition(IUITextInput, UITextRange, nint) 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.
Calculates and returns the absolute position in the document that is atCharacterOffset
characters into withinRange
.
public static UIKit.UITextPosition GetPosition (this UIKit.IUITextInput This, UIKit.UITextRange withinRange, nint atCharacterOffset);
static member GetPosition : UIKit.IUITextInput * UIKit.UITextRange * nint -> UIKit.UITextPosition
Parameters
- This
- IUITextInput
The instance on which this method operates.
- withinRange
- UITextRange
- atCharacterOffset
- System.System.IntPtr System.nativeint