Click or drag to resize

BufferSegmentWriteBytes(Int32, ArraySegmentByte) 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,
	 in ArraySegment<byte> fromBuffer
)

Parameters

offset  Int32
The offset into the data to start writing.
fromBuffer  ArraySegmentByte
The data to write.
See Also