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