NativeMethodsvector_vector_Point2f_copy Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void vector_vector_Point2f_copy( IntPtr vec, IntPtr[] dst )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub vector_vector_Point2f_copy ( vec As IntPtr, dst As IntPtr() )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void vector_vector_Point2f_copy( IntPtr vec, array<IntPtr>^ dst )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member vector_vector_Point2f_copy : vec : IntPtr * dst : IntPtr[] -> unit
OpenCvSharp.NativeMethods.vector_vector_Point2f_copy = function(vec, dst);