UITextDocumentProxy.AdjustTextPositionByCharacterOffset(nint) Method

Definition

Changes the text position by offset. Positive values are toward the end of the document; Negative values are toward the start.

[Foundation.Export("adjustTextPositionByCharacterOffset:")]
public abstract void AdjustTextPositionByCharacterOffset (nint offset);
abstract member AdjustTextPositionByCharacterOffset : nint -> unit

Parameters

offset
System.System.IntPtr System.nativeint

Implements

Attributes

Applies to