SbRasterImageGetBuffer Method |
Note: This API is now obsolete.
Returns the pixel buffer of the raster image.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SbNativeArray<byte> GetBuffer()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetBuffer As SbNativeArray(Of Byte)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SbNativeArray<unsigned char>^ GetBuffer()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetBuffer : unit -> SbNativeArray<byte>
Return Value
Type:
SbNativeArrayByte
Remarks
See Also