NativeMethodsimgproc_LineIterator_new Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_LineIterator_new( IntPtr img, Point pt1, Point pt2, int connectivity, int leftToRight, out IntPtr returnValue )
Public Shared Function imgproc_LineIterator_new ( img As IntPtr, pt1 As Point, pt2 As Point, connectivity As Integer, leftToRight As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgproc_LineIterator_new( IntPtr img, Point pt1, Point pt2, int connectivity, int leftToRight, [OutAttribute] IntPtr% returnValue )
static member imgproc_LineIterator_new : img : IntPtr * pt1 : Point * pt2 : Point * connectivity : int * leftToRight : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="img"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="pt1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="pt2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="connectivity"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="leftToRight"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_LineIterator_new(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,System.Int32,System.Int32,System.IntPtr@)"]