NativeMethodscore_FileStorage_write_int Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileStorage_write_int( IntPtr fs, string name, int value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileStorage_write_int ( fs As IntPtr, name As String, value As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileStorage_write_int( IntPtr fs, String^ name, int value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileStorage_write_int : fs : IntPtr * name : string * value : int -> unit
OpenCvSharp.NativeMethods.core_FileStorage_write_int = function(fs, name, value);