OpenCvSharp.NativeMethods.core_Mat_rowRange_toMat C# (CSharp) Method

core_Mat_rowRange_toMat() private method

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