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