Click or drag to resize

Buffer Constructor (Buffer)

Creates a new Buffer referencing 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
)

Parameters

pointer
Type: Demo3D.IOBuffer
The Buffer pointer to copy.
See Also