SbRasterImageSetBuffer Method (SbNativeByteArray) |
Note: This API is now obsolete.
Sets the pixel buffer of the raster image.
By default, the memory policy is COPY
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use the generic version")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetBuffer(
SbNativeByteArray buffer
)
<ObsoleteAttribute("Use the generic version")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetBuffer (
buffer As SbNativeByteArray
)
public:
[ObsoleteAttribute(L"Use the generic version")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetBuffer(
SbNativeByteArray^ buffer
)
[<ObsoleteAttribute("Use the generic version")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetBuffer :
buffer : SbNativeByteArray -> unit
Parameters
- buffer
- Type: OIV.InventorSbNativeByteArray
See Also