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