NativeMethodscuda_GpuMat_colRange Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr cuda_GpuMat_colRange( IntPtr obj, int startcol, int endcol )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_GpuMat_colRange ( obj As IntPtr, startcol As Integer, endcol As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr cuda_GpuMat_colRange( IntPtr obj, int startcol, int endcol )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_GpuMat_colRange : obj : IntPtr * startcol : int * endcol : int -> IntPtr
OpenCvSharp.NativeMethods.cuda_GpuMat_colRange = function(obj, startcol, endcol);