NativeMethodsimgproc_arrowedLine Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_arrowedLine( IntPtr img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift, double tipLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_arrowedLine ( img As IntPtr, pt1 As Point, pt2 As Point, color As Scalar, thickness As Integer, lineType As Integer, shift As Integer, tipLength As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_arrowedLine( IntPtr img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift, double tipLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_arrowedLine : img : IntPtr * pt1 : Point * pt2 : Point * color : Scalar * thickness : int * lineType : int * shift : int * tipLength : float -> unit
OpenCvSharp.NativeMethods.imgproc_arrowedLine = function(img, pt1, pt2, color, thickness, lineType, shift, tipLength);