Click or drag to resize

Buffer Constructor (Buffer, Int32, Int32)

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: 10.0.0.0 (10.0.0.0)
Syntax
C#
public Buffer(
	Buffer pointer,
	int offset,
	int length
)

Parameters

pointer
Type: Demo3D.IOBuffer
The pointer to the current memory byte array.
offset
Type: SystemInt32
Offset into pointer.
length
Type: SystemInt32
The length of the Buffer to reference.
See Also