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