Compartir a través de


UITextField.GetOffsetFromPosition(UITextPosition, UITextPosition) Método

Definición

Devuelve el número de caracteres entre dos ubicaciones visibles en un documento.

[Foundation.Export("offsetFromPosition:toPosition:")]
public virtual nint GetOffsetFromPosition (UIKit.UITextPosition fromPosition, UIKit.UITextPosition toPosition);
abstract member GetOffsetFromPosition : UIKit.UITextPosition * UIKit.UITextPosition -> nint
override this.GetOffsetFromPosition : UIKit.UITextPosition * UIKit.UITextPosition -> nint

Parámetros

fromPosition
UITextPosition

Ubicación dentro del documento.

toPosition
UITextPosition

Segunda ubicación dentro del documento.

Devoluciones

System.System.IntPtr System.nativeint

Implementaciones

Atributos

Se aplica a