Buffer.Append Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Append(Buffer)
Appends the contents of another buffer to this buffer.
public void Append(HarfBuzzSharp.Buffer buffer);
Parameters
- buffer
- Buffer
The buffer to append.