Click or drag to resize

BufferGetMemoryStream Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Get a copy of the data as a memory stream

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public MemoryStream GetMemoryStream()

Return Value

Type: MemoryStream
A copy of the data as a Memory stream
See Also