Click or drag to resize
SbRasterImage.SetBuffer Method (SbNativeArray<Byte>)
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: 10.3.0.0 (10.3.0.0)
Syntax
public void SetBuffer(
	SbNativeArray<byte> buffer
)

Parameters

buffer
Type: OIV.Inventor.Generic.SbNativeArray<Byte>
See Also