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