CharacterData.DeleteData

CharacterData.DeleteData method

Remove a range of 16-bit units from the node.

public virtual void DeleteData(int offset, int count)
ParameterTypeDescription
offsetInt32The offset.
countInt32The count.

See Also