NativeMethodsimgproc_polylines_Mat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_polylines_Mat( IntPtr img, IntPtr[] pts, int[] npts, int ncontours, int isClosed, Scalar color, int thickness, int lineType, int shift )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_polylines_Mat ( img As IntPtr, pts As IntPtr(), npts As Integer(), ncontours As Integer, isClosed As Integer, color As Scalar, thickness As Integer, lineType As Integer, shift As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_polylines_Mat( IntPtr img, array<IntPtr>^ pts, array<int>^ npts, int ncontours, int isClosed, Scalar color, int thickness, int lineType, int shift )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_polylines_Mat : img : IntPtr * pts : IntPtr[] * npts : int[] * ncontours : int * isClosed : int * color : Scalar * thickness : int * lineType : int * shift : int -> unit
OpenCvSharp.NativeMethods.imgproc_polylines_Mat = function(img, pts, npts, ncontours, isClosed, color, thickness, lineType, shift);