UITextDocumentProxy.AdjustTextPositionByCharacterOffset(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.
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