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