Click or drag to resize

ITextBufferDelete Method

Deletes text from the specified range

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Delete(
	Range<int> range
)

Parameters

range
Type: Eto.FormsRangeInt32
Range of the text to delete.
See Also