SoCpuBufferCompressedSetSize Method |
Sets the size in bytes of the buffer object.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override bool SetSize(
ulong size
)
Public Overrides Function SetSize (
size As ULong
) As Boolean
public:
virtual bool SetSize(
unsigned long long size
) override
abstract SetSize :
size : uint64 -> bool
override SetSize :
size : uint64 -> bool
Parameters
- size
- Type: SystemUInt64
The size in bytes of the raw buffer object.
Return Value
Type:
Boolean
RemarksReturn false if allocation failed. true otherwise
See Also