Click or drag to resize
SbRasterImageSetBuffer Method (SbNativeArrayByte)
Sets the pixel buffer of the raster image. By default, the memory policy is COPY.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetBuffer(
	SbNativeArray<byte> buffer
)

Parameters

buffer
Type: OIV.Inventor.GenericSbNativeArrayByte
See Also