Click or drag to resize

BufferSegmentWriteBytes Method (Int32, Byte, Int32, 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,
	byte[] fromBuffer,
	int fromBufferOffset,
	int length
)

Parameters

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