Click or drag to resize

Buffer Properties

https://www.emgu.com/wiki/index.php/Emgu_TF

The Buffer type exposes the following members.

Properties
  NameDescription
Public propertyData
Get the raw data as an array of byte.
Public propertyDataPtr
Get the pointer to the unmanaged data
Public propertyDisposed
Returns true if the object has been disposed.
(Inherited from DisposableObject.)
Public propertyLength
The length of the Data in bytes
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
See Also