FontSettingCollection.DeleteText

FontSettingCollection.DeleteText method

Delete some characters.

public void DeleteText(int index, int count)
ParameterTypeDescription
indexInt32The start index.
countInt32The count of characters.

See Also