NativeMethodscore_Mat_rowRange_toMat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_Mat_rowRange_toMat( IntPtr self, int startRow, int endRow )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_Mat_rowRange_toMat ( self As IntPtr, startRow As Integer, endRow As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_Mat_rowRange_toMat( IntPtr self, int startRow, int endRow )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_rowRange_toMat : self : IntPtr * startRow : int * endRow : int -> IntPtr
OpenCvSharp.NativeMethods.core_Mat_rowRange_toMat = function(self, startRow, endRow);