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

Note: This API is now 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.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use the generic version")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetBuffer(
	SbNativeByteArray buffer,
	SbRasterImageCopyPolicies copyPolicy
)

Parameters

buffer
Type: OIV.InventorSbNativeByteArray
copyPolicy
Type: OIV.Inventor.ImageSbRasterImageCopyPolicies
See Also