Click or drag to resize

Buffer Constructor (Byte, Int32, Int32)

Creates a new Buffer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public Buffer(
	byte[]? data,
	int from,
	int length
)

Parameters

data
Type: SystemByte
Underlying memory byte array.
from
Type: SystemInt32
Index into data of the first byte in the Buffer.
length
Type: SystemInt32
Number of bytes.
See Also