| MatDataEnd Property |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public IntPtr DataEnd { get; }
Public ReadOnly Property DataEnd As IntPtr
Get
public:
property IntPtr DataEnd {
IntPtr get ();
}
member DataEnd : IntPtr with get
Property Value
Type:
IntPtrSee Also