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