http://www.emgu.com[Missing <summary> documentation for "P:Emgu.CV.UMat.Bytes"]
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic byte[] Bytes { get; set; }
Public Property Bytes As Byte()
Get
Set
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Bytes : byte[] with get, set
Property Value
Type:
Byte
See Also