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