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.ImageAssembly: 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
)
<ObsoleteAttribute("Use the generic version")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetBuffer (
buffer As SbNativeByteArray,
copyPolicy As SbRasterImageCopyPolicies
)
public:
[ObsoleteAttribute(L"Use the generic version")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetBuffer(
SbNativeByteArray^ buffer,
SbRasterImageCopyPolicies copyPolicy
)
[<ObsoleteAttribute("Use the generic version")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetBuffer :
buffer : SbNativeByteArray *
copyPolicy : SbRasterImageCopyPolicies -> unit
Parameters
- buffer
- Type: OIV.InventorSbNativeByteArray
- copyPolicy
- Type: OIV.Inventor.ImageSbRasterImageCopyPolicies
See Also