Click or drag to resize

BufferGetMemoryStream Method

http://www.emgu.com
Get a copy of the data as a memory stream

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

Return Value

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