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