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