TextRange.Offset Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextRange
Offset this text range by the specified amount
public TextRange Offset(int delta);
Parameters
int delta | The number of code points to offset the range by |
Returns
TextRange | A new TextRange |