RichTextKit v0.4

TextBlock.Copy Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock

Split this text block at the specified code point index

public TextBlock Copy(int from, int length);

Parameters

int from

The code point index to copy from

int length

The number of code points to copy

Returns

TextBlock

A new text block with the RHS split part of the text