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