Click or drag to resize

Buffer(Int64) Constructor

Creates a new Buffer with a given fixed size.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public Buffer(
	long size
)

Parameters

size  Int64
The size of the new Buffer.
See Also