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