Click or drag to resize
SoCpuBufferFromVolumeReaderSetSize Method

Sets the size in bytes of the buffer object.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override bool SetSize(
	ulong size
)

Parameters

size
Type: SystemUInt64

The size in bytes of the raw buffer object.

Return Value

Type: Boolean
Remarks

Returns false if allocation failed, true otherwise

See Also