https://www.emgu.com/wiki/index.php/Emgu_TF
Get the raw data as an array of byte.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic byte[] Data { get; }
Public ReadOnly Property Data As Byte()
Get
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}
member Data : byte[] with get
Property Value
Type:
Byte
See Also