OpenCvSharp.NativeMethods.core_Mat_stepAt C# (CSharp) Method

core_Mat_stepAt() private method

private core_Mat_stepAt ( IntPtr self, int i ) : ulong
self IntPtr
i int
return ulong
        public static extern ulong core_Mat_stepAt(IntPtr self, int i);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods