Click or drag to resize

Buffer(Byte, Int32, Int32) Constructor

Creates a new Buffer.

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

Parameters

data  Byte
Underlying memory byte array.
from  Int32
Index into data of the first byte in the Buffer.
length  Int32
Number of bytes.
See Also