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