OpenCvSharp.NativeMethods.core_Mat_step C# (CSharp) Method

core_Mat_step() private method

private core_Mat_step ( IntPtr self ) : long
self IntPtr
return long
        public static extern long core_Mat_step(IntPtr self);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods