UITextDocumentProxy.AdjustTextPositionByCharacterOffset(IntPtr) 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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AdjustTextPositionByCharacterOffset(IntPtr offset);
[<Foundation.Export("adjustTextPositionByCharacterOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdjustTextPositionByCharacterOffset : nativeint -> unit
override this.AdjustTextPositionByCharacterOffset : nativeint -> unit
Parameters
- offset
-
IntPtr
nativeint
Implements
- Attributes