NativeMethodscore_Algorithm_write Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Algorithm_write( IntPtr obj, IntPtr fs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Algorithm_write ( obj As IntPtr, fs As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Algorithm_write( IntPtr obj, IntPtr fs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Algorithm_write : obj : IntPtr * fs : IntPtr -> unit
OpenCvSharp.NativeMethods.core_Algorithm_write = function(obj, fs);