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