http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get or Set an Array of bytes that represent the data in this array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public byte[] Bytes { get; set; } |
Visual Basic |
---|
Public Property Bytes As Byte() Get Set |
Visual C++ |
---|
public: property array<unsigned char>^ Bytes { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
Remarks
Should only be used for serialization & deserialization