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