BufferGetMemoryStream Method |
http://www.emgu.com
Get a copy of the data as a memory stream
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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