Click or drag to resize

BufferSegment(Int64) Constructor

Creates a new BufferSegment with a given fixed size.

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

Parameters

size  Int64
The size of the new BufferSegment.
See Also