OpenCvSharp.NativeMethods.core_Mat_size C# (CSharp) Method

core_Mat_size() private method

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