Method EnsureCapacity
EnsureCapacity(int)
Ensures the buffer can hold at least the given number of glyphs without growing.
public void EnsureCapacity(int capacity)
Parameters
capacityintThe required capacity.
Ensures the buffer can hold at least the given number of glyphs without growing.
public void EnsureCapacity(int capacity)
capacity intThe required capacity.