NativeMethodscore_FileNode_read_int Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileNode_read_int( IntPtr node, out int value, int defaultValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileNode_read_int ( node As IntPtr, <OutAttribute> ByRef value As Integer, defaultValue As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileNode_read_int( IntPtr node, [OutAttribute] int% value, int defaultValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_read_int : node : IntPtr * value : int byref * defaultValue : int -> unit
OpenCvSharp.NativeMethods.core_FileNode_read_int = function(node, value, defaultValue);