UITextInput_Extensions.GetPosition(IUITextInput, UITextRange, nint) Method

Definition

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

Returns

Applies to