NativeMethods.imgproc_Subdiv2D_insert2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_Subdiv2D_insert2( IntPtr obj, Point2f[] ptArray, int length )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_Subdiv2D_insert2 ( obj As IntPtr, ptArray As Point2f(), length As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_Subdiv2D_insert2( IntPtr obj, array<Point2f>^ ptArray, int length )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Subdiv2D_insert2 : obj : IntPtr * ptArray : Point2f[] * length : int -> unit
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_insert2 = function(obj, ptArray, length);