Utf32Buffer.Delete Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Utf32Buffer
Overloads
| Delete(int, int) | Delete a section of the buffer |
| Delete(int, int) | Delete a section of the buffer |
Delete(int, int)
Delete a section of the buffer
public void Delete(int from, int length);
Parameters
| int from | The position to delete from |
| int length | The length to of the deletion |
Delete(int, int)
Delete a section of the buffer
public void Delete(int from, int length);
Parameters
| int from | The position to delete from |
| int length | The length to of the deletion |
