BufferSegmentWriteBytes(Int32, Byte) 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,
byte[] fromBuffer
)
Parameters
- offset Int32
- The offset into the data to start writing.
- fromBuffer Byte
- A list of bytes to write.
See Also