OpenCvSharp.NativeMethods.core_Mat_cols C# (CSharp) Method

core_Mat_cols() private method

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