NativeMethodsvector_vector_int_getSize2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void vector_vector_int_getSize2( IntPtr vector, IntPtr[] size )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub vector_vector_int_getSize2 ( vector As IntPtr, <OutAttribute> size As IntPtr() )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void vector_vector_int_getSize2( IntPtr vector, [InAttribute] [OutAttribute] array<IntPtr>^ size )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member vector_vector_int_getSize2 : vector : IntPtr * size : IntPtr[] byref -> unit
OpenCvSharp.NativeMethods.vector_vector_int_getSize2 = function(vector, size);