NativeMethodscore_MatExpr_submat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_MatExpr_submat( IntPtr self, int rowStart, int rowEnd, int colStart, int colEnd )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_MatExpr_submat ( self As IntPtr, rowStart As Integer, rowEnd As Integer, colStart As Integer, colEnd As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_MatExpr_submat( IntPtr self, int rowStart, int rowEnd, int colStart, int colEnd )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_MatExpr_submat : self : IntPtr * rowStart : int * rowEnd : int * colStart : int * colEnd : int -> IntPtr
OpenCvSharp.NativeMethods.core_MatExpr_submat = function(self, rowStart, rowEnd, colStart, colEnd);