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