SbRasterImageSetBuffer Method (Byte, SbRasterImageCopyPolicies) |
Note: This API is now obsolete.
Sets the pixel buffer of the raster image.
Namespace: OIV.Inventor.Image
[ObsoleteAttribute("Use OIV.Inventor.Image.SbRasterImage.SetBuffer(OIV.Inventor.Devices.SoBufferObject) instead.")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void SetBuffer( byte[] buffer, SbRasterImageCopyPolicies copy )
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 OIV.Inventor.Image.SbRasterImage.SetBuffer(OIV.Inventor.Devices.SoBufferObject) instead.