SoOffscreenRendererGetBufferSize Method (SoOffscreenRendererBufferTypes) |
Returns the buffer size in bytes.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic ulong GetBufferSize(
SoOffscreenRendererBufferTypes buffType
)
Public Function GetBufferSize (
buffType As SoOffscreenRendererBufferTypes
) As ULong
public:
unsigned long long GetBufferSize(
SoOffscreenRendererBufferTypes buffType
)
member GetBufferSize :
buffType : SoOffscreenRendererBufferTypes -> uint64
Parameters
- buffType
- Type: OIV.InventorSoOffscreenRendererBufferTypes
Return Value
Type:
UInt64
Remarks
If the specified buffer type is JPEG_BUFFER, getBufferSize returns 0 if #writeToJPEGBuffer has not been called yet.
See Also