CaretPosition Constructor
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: CaretPosition
Initializes a CaretPosition
public CaretPosition(int codePointIndex, bool altPosition = false);
Parameters
int codePointIndex | The code point index of the caret |
bool altPosition = false | Whether the caret should be displayed in its alternative position |