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