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