Click or drag to resize
SbRasterImageSetBuffer Method (Byte, SbRasterImageCopyPolicies)

Note: This API is now obsolete.

Sets the pixel buffer of the raster image.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetBuffer(
	byte[] buffer,
	SbRasterImageCopyPolicies copy
)

Parameters

buffer
Type: SystemByte
copy
Type: OIV.Inventor.ImageSbRasterImageCopyPolicies
Remarks

By default, the memory policy is COPY. One of the NO_COPY options is the most likely to be efficient. For interoperability with other classes, pixel buffer must be packed and must respect the RGB ordering.Obsoletesince Open Inventor 9400 Use SbRasterImage.setBuffer(SoBufferObject* bufferObject) instead.

See Also