Click or drag to resize
SbRasterImageSetBuffer Method
Overload List
  NameDescription
Public methodSetBuffer(Byte) Obsolete.
Calls SetBuffer(buffer, OIV.Inventor.Image.SbRasterImage.CopyPolicies( .SbRasterImage.COPY )).
Public methodSetBuffer(SbNativeArrayByte)
Sets the pixel buffer of the raster image. By default, the memory policy is COPY.
Public methodSetBuffer(SbNativeByteArray) Obsolete.
Sets the pixel buffer of the raster image. By default, the memory policy is COPY
Public methodSetBuffer(SoBufferObject)

Sets the pixel buffer of the raster image.

Public methodSetBuffer(Byte, SbRasterImageCopyPolicies) Obsolete.

Sets the pixel buffer of the raster image.

Public methodSetBuffer(SbNativeArrayByte, SbRasterImageCopyPolicies)
Sets the pixel buffer of the raster image. By default, the memory policy is COPY, NO_COPY is the most likely to be efficient.
Public methodSetBuffer(SbNativeByteArray, SbRasterImageCopyPolicies) Obsolete.
Sets the pixel buffer of the raster image. By default, the memory policy is COPY , NO_COPY is the most likely to be efficient.
Top
See Also