Edit

Share via


Buffer.Append Method

Definition

Overloads

Name Description
Append(Buffer, Int32, Int32)

Appends a range from another buffer to this buffer.

Append(Buffer)

Appends the contents of another buffer to this buffer.

Append(Buffer, Int32, Int32)

Appends a range from another buffer to this buffer.

public void Append(HarfBuzzSharp.Buffer buffer, int start, int end);

Parameters

buffer
Buffer

The buffer to append from.

start
Int32

The start index of the range to append.

end
Int32

The end index of the range to append.

Applies to

Append(Buffer)

Appends the contents of another buffer to this buffer.

public void Append(HarfBuzzSharp.Buffer buffer);

Parameters

buffer
Buffer

The buffer to append.

Applies to