Click or drag to resize

BufferSegmentWriteBytes(Int32, Byte, Int32, Int32) Method

Writes a bytes at offset in the data.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public void WriteBytes(
	int offset,
	byte[] fromBuffer,
	int fromBufferOffset,
	int length
)

Parameters

offset  Int32
The offset into the data to start writing.
fromBuffer  Byte
The data to write.
fromBufferOffset  Int32
The offset into fromBuffer to write the data.
length  Int32
The number of bytes to write.
See Also