NativeMethodscore_FileNode_read_Vec4s Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Vec4s core_FileNode_read_Vec4s( IntPtr node )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_FileNode_read_Vec4s ( node As IntPtr ) As Vec4s
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Vec4s core_FileNode_read_Vec4s( IntPtr node )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_read_Vec4s : node : IntPtr -> Vec4s
OpenCvSharp.NativeMethods.core_FileNode_read_Vec4s = function(node);