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
Syntaxpublic MemoryStream GetMemoryStream()
Public Function GetMemoryStream As MemoryStream
public:
MemoryStream^ GetMemoryStream()
member GetMemoryStream : unit -> MemoryStream
Return Value
Type:
MemoryStreamA copy of the data as a Memory stream
See Also