BufferSegmentWriteBytes(Int32, ArraySegmentByte) Method |
Writes a bytes at offset in the data.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic void WriteBytes(
int offset,
in ArraySegment<byte> fromBuffer
)
Parameters
- offset Int32
- The offset into the data to start writing.
- fromBuffer ArraySegmentByte
- The data to write.
See Also