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