NativeMethodsimgproc_clipLine2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_clipLine2( Rect imgRect, ref Point pt1, ref Point pt2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_clipLine2 ( imgRect As Rect, ByRef pt1 As Point, ByRef pt2 As Point ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_clipLine2( Rect imgRect, Point% pt1, Point% pt2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_clipLine2 : imgRect : Rect * pt1 : Point byref * pt2 : Point byref -> int
OpenCvSharp.NativeMethods.imgproc_clipLine2 = function(imgRect, pt1, pt2);