NativeMethodsimgproc_polylines_InputOutputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_polylines_InputOutputArray( IntPtr img, IntPtr pts, int isClosed, Scalar color, int thickness, int lineType, int shift )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_polylines_InputOutputArray ( img As IntPtr, pts As IntPtr, 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_InputOutputArray( IntPtr img, IntPtr pts, int isClosed, Scalar color, int thickness, int lineType, int shift )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_polylines_InputOutputArray : img : IntPtr * pts : IntPtr * isClosed : int * color : Scalar * thickness : int * lineType : int * shift : int -> unit
OpenCvSharp.NativeMethods.imgproc_polylines_InputOutputArray = function(img, pts, isClosed, color, thickness, lineType, shift);