Click or drag to resize

BufferSegment Constructor (Int64)

Creates a new BufferSegment with a given fixed size.

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

Parameters

size
Type: SystemInt64
The size of the new BufferSegment.
See Also