Click or drag to resize

Buffer Constructor (ArraySegmentByte)

Creates a new Buffer referencing a subsection of the same underlying memory byte array as the specified pointer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public Buffer(
	 in ArraySegment<byte> pointer
)

Parameters

pointer
Type: SystemArraySegmentByte
The pointer to the current memory byte array.
See Also