SbRasterImageSetBuffer Method (SbNativeArrayByte) |
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: 10.12.3.0 (10.12.3.0)
Syntax public void SetBuffer(
SbNativeArray<byte> buffer
)
Public Sub SetBuffer (
buffer As SbNativeArray(Of Byte)
)
public:
void SetBuffer(
SbNativeArray<unsigned char>^ buffer
)
member SetBuffer :
buffer : SbNativeArray<byte> -> unit
Parameters
- buffer
- Type: OIV.Inventor.GenericSbNativeArrayByte
See Also