NativeMethodscore_Mat_subMat2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_Mat_subMat2( IntPtr self, int nRanges, Range[] ranges )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_Mat_subMat2 ( self As IntPtr, nRanges As Integer, ranges As Range() ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_Mat_subMat2( IntPtr self, int nRanges, array<Range>^ ranges )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_subMat2 : self : IntPtr * nRanges : int * ranges : Range[] -> IntPtr
OpenCvSharp.NativeMethods.core_Mat_subMat2 = function(self, nRanges, ranges);