NativeMethodsimgproc_line Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_line( IntPtr img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift )
Public Shared Function imgproc_line ( img As IntPtr, pt1 As Point, pt2 As Point, color As Scalar, thickness As Integer, lineType As Integer, shift As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_line( IntPtr img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift )
static member imgproc_line : img : IntPtr * pt1 : Point * pt2 : Point * color : Scalar * thickness : int * lineType : int * shift : int -> ExceptionStatus
[Missing <param name="img"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="pt1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="pt2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="color"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="thickness"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="lineType"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="shift"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_line(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Point,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]