StyledText.Extract Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyledText
Extract text from this styled text block
public StyledText Extract(int from, int length);
Parameters
int from | The code point offset to extract from |
int length | The number of code points to extract |
Returns
StyledText | A new text block with the RHS split part of the text |