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