Click or drag to resize

BufferSegmentWriteBytes Method (Int32, ArraySegmentByte, Int32)

Writes a bytes at offset in the data.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public void WriteBytes(
	int offset,
	 in ArraySegment<byte> fromBuffer,
	int length
)

Parameters

offset
Type: SystemInt32
The offset into the data to start writing.
fromBuffer
Type: SystemArraySegmentByte
The data to write.
length
Type: SystemInt32
The number of bytes to write.
See Also