NativeMethodscore_Mat_colRange Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_colRange(System.IntPtr,System.Int32,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_Mat_colRange( IntPtr self, int startCol, int endCol, out IntPtr returnValue )
Public Shared Function core_Mat_colRange ( self As IntPtr, startCol As Integer, endCol As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus core_Mat_colRange( IntPtr self, int startCol, int endCol, [OutAttribute] IntPtr% returnValue )
static member core_Mat_colRange : self : IntPtr * startCol : int * endCol : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_colRange(System.IntPtr,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="startCol"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_colRange(System.IntPtr,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="endCol"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_colRange(System.IntPtr,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_colRange(System.IntPtr,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_colRange(System.IntPtr,System.Int32,System.Int32,System.IntPtr@)"]