Click or drag to resize
SbRasterImage.SetBuffer Method (SbNativeArray<Byte>, SbRasterImage.CopyPolicies)
Sets the pixel buffer of the raster image. By default, the memory policy is COPY, NO_COPY is the most likely to be efficient.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetBuffer(
	SbNativeArray<byte> buffer,
	SbRasterImage. CopyPolicies copyPolicy
)

Parameters

buffer
Type: OIV.Inventor.Generic.SbNativeArray<Byte>
copyPolicy
Type: OIV.Inventor.Image.SbRasterImage.CopyPolicies
See Also